Added Python 3.3 to tox and travis conf.

This commit is contained in:
Jakub Roztocil 2013-01-03 14:14:22 +01:00
parent 1481749c22
commit 80e317fe24
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ python:
- 2.6 - 2.6
- 2.7 - 2.7
- pypy - pypy
- 3.2 - 3.3
script: python setup.py test script: python setup.py test
install: install:
- pip install . --use-mirrors - pip install . --use-mirrors

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py26, py27, py32, pypy envlist = py26, py27, py33, pypy
[testenv] [testenv]
commands = {envpython} setup.py test commands = {envpython} setup.py test