summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-27 11:20:00 -0800
committerErik Rose <erik@mozilla.com>2011-11-27 11:23:40 -0800
commitbf9dbec7fd5dfa05d5844e3c15291078f7c0b62f (patch)
treeebcda39bcab54b1d4af61b5acd7301347027998b /tox.ini
parentfe38a088e7ea9d602ce327226ad93e977f2a30c2 (diff)
downloadblessings-bf9dbec7fd5dfa05d5844e3c15291078f7c0b62f.tar.gz
Make tox run Python 3 tests against the 2to3'd source.
Diffstat (limited to 'tox.ini')
-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