We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2743ab2 commit 7f9ec08Copy full SHA for 7f9ec08
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py26,py27,py33,py34
+envlist = py26,py27,py33,py34,py35,py36
3
[testenv]
4
-deps=pytest # install pytest in the venvs
5
-commands=py.test # or 'nosetests' or .
+deps=pytest
+commands=py.test
0 commit comments