We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942be48 commit 9fac9efCopy full SHA for 9fac9ef
scripts/runtox.sh
@@ -10,4 +10,4 @@ else
10
searchstring="$1"
11
fi
12
13
-exec tox -e $(tox -l | grep $searchstring | tr '\n' ',') -- "${@:2}"
+exec tox -p auto -e $(tox -l | grep $searchstring | tr '\n' ',') -- "${@:2}"
test-requirements.txt
@@ -1,7 +1,7 @@
1
hypothesis==3.69.9
2
pytest==3.7.3
3
pytest-xdist==1.23.0
4
-tox==3.2.1
+tox==3.7.0
5
Werkzeug==0.14.1
6
pytest-localserver==0.4.1
7
pytest-cov==2.6.0
0 commit comments