We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5be3c3 commit 2f711aeCopy full SHA for 2f711ae
1 file changed
tox.ini
@@ -3,6 +3,7 @@ envlist=
3
py{3.10, 3.11}-pyyaml{0,6}
4
skip_missing_interpreters=True
5
6
+# See: https://tox.wiki/en/latest/config.html#tox-ini
7
[testenv]
8
basepython=
9
py3.10: python3.10
@@ -24,10 +25,7 @@ commands=
24
25
#commands=
26
# prospector
27
-[testenv:dev]
28
-deps=
29
- -rtest/requirements.txt
30
-usedevelop=True
31
-
32
-# To see how these expand to tests, see:
33
-# https://tox.readthedocs.io/en/latest/example/basic.html#compressing-dependency-matrix
+#[testenv:dev]
+#deps=
+#-rtest/requirements.txt
+#usedevelop=True
0 commit comments