summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 66b1c22..e1753f2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,5 +2,6 @@
envlist = py25, py26, py27, py32
[testenv]
-commands = nosetests
-deps=nose
+commands = nosetests blessings
+deps = nose
+changedir = .tox # So Python 3 runs don't pick up incompatible, un-2to3'd source from the cwd