Skip to content

Commit

Permalink
Test Python 3.1 with tox, since setup.py claims we support it
Browse files Browse the repository at this point in the history
Travis, OTOH, doesn't support Python 3.1.
  • Loading branch information
mgedmin committed Jun 6, 2013
1 parent a4bc52e commit da67379
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
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,pypy
py26,py27,py31,py32,py33,pypy

[testenv]
deps =
Expand Down

0 comments on commit da67379

Please sign in to comment.