Merge pull request #167 from oz123/replace-nose-with-pytest

Migrate to pytest
This commit is contained in:
Kubernetes Prow Robot 2019-10-02 14:20:07 -07:00 committed by GitHub
commit afd13018c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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