Back to all four, fixes #79

This commit is contained in:
Alex Clark 2013-03-08 12:19:25 -05:00
parent bb2871c6dd
commit a67b849bb0
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
language: python language: python
python: python:
- 2.6
- 2.7 - 2.7
- 3.2
- 3.3 - 3.3
script: script:

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py27, py33 envlist = py26, py27, py32, py33
[testenv] [testenv]
commands = commands =