Skip to content

Commit

Permalink
Add Python 3.3 as continuous integration target
Browse files Browse the repository at this point in the history
Include Python 3.3 in list of Python versions TravisCI will build and
test against.
  • Loading branch information
Aaron Iles committed May 29, 2013
1 parent 8ab5c0f commit d8a3e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
install:
- pip install -r requirements/development.txt -r requirements/production.txt
Expand Down

0 comments on commit d8a3e00

Please sign in to comment.