summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDave Hunt <dave.hunt@gmail.com>2018-06-08 16:04:36 +0100
committerDave Hunt <dave.hunt@gmail.com>2018-06-08 16:04:36 +0100
commit49ec0e263b630cb97b16a1d9da55e70fef75c5d0 (patch)
tree92eaa09006799b915d315c663b4e7721ceaab7c3 /tox.ini
parentd77de4d5fd2f10c3f6802979711198285ff9dc2a (diff)
downloadblessings-49ec0e263b630cb97b16a1d9da55e70fef75c5d0.tar.gz
Use six to support Python 2 and 3 without using 2to3
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