Skip to content

Commit 2f711ae

Browse files
committed
f
1 parent e5be3c3 commit 2f711ae

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tox.ini

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist=
33
py{3.10, 3.11}-pyyaml{0,6}
44
skip_missing_interpreters=True
55

6+
# See: https://tox.wiki/en/latest/config.html#tox-ini
67
[testenv]
78
basepython=
89
py3.10: python3.10
@@ -24,10 +25,7 @@ commands=
2425
#commands=
2526
# prospector
2627

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
28+
#[testenv:dev]
29+
#deps=
30+
#-rtest/requirements.txt
31+
#usedevelop=True

0 commit comments

Comments
 (0)