From bf9dbec7fd5dfa05d5844e3c15291078f7c0b62f Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Sun, 27 Nov 2011 11:20:00 -0800 Subject: Make tox run Python 3 tests against the 2to3'd source. --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1