Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #167 from oz123/replace-nose-with-pytest
Browse files Browse the repository at this point in the history
Migrate to pytest
  • Loading branch information
k8s-ci-robot authored Oct 2, 2019
2 parents 9f73cc6 + a4f249b commit afd1301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit afd1301

Please sign in to comment.