Skip to content

Commit 9b047fe

Browse files
committed
Fix running the tests with tox
1 parent 12d83a9 commit 9b047fe

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
@@ -2,5 +2,5 @@
22
envlist = py27,py33,py34,py35,py36,pypy,pypy3
33

44
[testenv]
5-
commands =
6-
python setup.py test
5+
deps = six
6+
commands = python setup.py test

0 commit comments

Comments
 (0)