Skip to content

Commit

Permalink
Added Python 3.3 to travis.yml for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Apr 4, 2013
1 parent 66dd989 commit 12a77d4
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"
install:
- "pip install -r Python/requirements.txt --use-mirrors"
script: sh -x run_travis_tests.sh

0 comments on commit 12a77d4

Please sign in to comment.