Skip to content

Commit

Permalink
Make tox run Python 3 tests against the 2to3'd source.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Nov 27, 2011
1 parent fe38a08 commit bf9dbec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -2,5 +2,6 @@
envlist = py25, py26, py27, py32 envlist = py25, py26, py27, py32


[testenv] [testenv]
commands = nosetests commands = nosetests blessings
deps=nose deps = nose
changedir = .tox # So Python 3 runs don't pick up incompatible, un-2to3'd source from the cwd

0 comments on commit bf9dbec

Please sign in to comment.