Skip to content

Commit

Permalink
Add Python 3 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemacfarlane committed Oct 11, 2014
1 parent 618831b commit 9fed510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
install:
- pip install . --use-mirrors
script:
Expand Down

0 comments on commit 9fed510

Please sign in to comment.