diff --git a/tox.ini b/tox.ini index 803390f2..2d92c46e 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,6 @@ envlist = py27, py35, py36, py37 passenv = TOXENV CI TRAVIS TRAVIS_* commands = python -V - pip install nose - ./run_tox.sh nosetests [] + pip install pytest + ./run_tox.sh pytest