We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f73cc6 + a4f249b commit afd1301Copy full SHA for afd1301
1 file changed
tox.ini
@@ -6,6 +6,6 @@ envlist = py27, py35, py36, py37
6
passenv = TOXENV CI TRAVIS TRAVIS_*
7
commands =
8
python -V
9
- pip install nose
10
- ./run_tox.sh nosetests []
+ pip install pytest
+ ./run_tox.sh pytest
11
0 commit comments