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.7
- pypy
- 3.2
- 3.3
script: python setup.py test
install:
- pip install . --use-mirrors

View File

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