Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Added Python 3.x runtimes for executing tests.
  • Loading branch information
damjankuznar committed Mar 10, 2015
1 parent f9a6bcf commit 558e783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
#install: "pip install --use-mirrors"
# command to run tests
Expand Down

0 comments on commit 558e783

Please sign in to comment.