We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d83a9 commit 9b047feCopy full SHA for 9b047fe
tox.ini
@@ -2,5 +2,5 @@
2
envlist = py27,py33,py34,py35,py36,pypy,pypy3
3
4
[testenv]
5
-commands =
6
- python setup.py test
+deps = six
+commands = python setup.py test
0 commit comments