We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593c832 commit 97a9f3fCopy full SHA for 97a9f3f
tox.ini
@@ -3,7 +3,7 @@ envlist = py26,py27,py32,py33
3
4
[testenv]
5
deps=
6
- nose
+ pytest
7
six
8
9
-commands=nosetests -w test
+commands=py.test test
0 commit comments