Skip to content

Commit

Permalink
Added Python 3.3 to Travis CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gleitz committed Feb 16, 2013
1 parent 637762f commit fe08ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.3"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
Expand Down

0 comments on commit fe08ccf

Please sign in to comment.