summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index cf09e35..b7dcfb6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,6 @@ envlist = py27, py34, py36
[testenv]
commands = nosetests blessings
-deps = nose
-# So Python 3 runs don't pick up incompatible, un-2to3'd source from the cwd:
-changedir = .tox \ No newline at end of file
+deps =
+ nose
+ six