Skip to content

Commit

Permalink
Tox testing for 3.1,3.2,3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-lundgren committed Oct 23, 2012
1 parent e59daa8 commit 4c35c1f
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# TODO(ib-lundgren): Fix this, it's ugly...
[tox]
envlist = py26,py27
[testenv]
envlist = py26,py27,py31,py32,py33
[testenv:py26]
deps=nose
unittest2
pycrypto
commands=nosetests
[testenv:py27]
deps=nose
unittest2
pycrypto
commands=nosetests
[testenv:py31]
deps=nose
pycrypto
commands=nosetests
[testenv:py32]
deps=nose
pycrypto
commands=nosetests
[testenv:py33]
deps=nose
pycrypto
commands=nosetests

0 comments on commit 4c35c1f

Please sign in to comment.