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

Commit afd1301

Browse files
authored
Merge pull request #167 from oz123/replace-nose-with-pytest
Migrate to pytest
2 parents 9f73cc6 + a4f249b commit afd1301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ envlist = py27, py35, py36, py37
66
passenv = TOXENV CI TRAVIS TRAVIS_*
77
commands =
88
python -V
9-
pip install nose
10-
./run_tox.sh nosetests []
9+
pip install pytest
10+
./run_tox.sh pytest
1111

0 commit comments

Comments
 (0)