Skip to content

Commit

Permalink
Added Python 3.3 to tox and travis conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jan 3, 2013
1 parent 1481749 commit 80e317f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ python:
- 2.6
- 2.7
- pypy
- 3.2
- 3.3
script: python setup.py test
install:
- pip install . --use-mirrors
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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
Expand Down

0 comments on commit 80e317f

Please sign in to comment.