Skip to content

Commit

Permalink
tox.ini: Add py33 to envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jul 6, 2013
1 parent 3459278 commit e10afc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py30, py31, py32, pypy
envlist = py26, py27, py30, py31, py32, py33, pypy

[testenv]
commands = {envpython} setup.py test

0 comments on commit e10afc3

Please sign in to comment.