Migrate to pytest

travis
This commit is contained in:
Oz Tiram 2019-10-02 20:26:14 +02:00
parent 9f73cc68c1
commit a4f249b48a

View File

@ -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