Skip to content

Commit

Permalink
Added Python 3.0 - 3.5 to the Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
citruspi committed Oct 11, 2016
1 parent 947fbf3 commit d70e493
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: python

python:
- "2.6"
- "2.7"
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
- 3.4
- 3.5

install:
- python setup.py install
Expand Down

0 comments on commit d70e493

Please sign in to comment.