Skip to content

Commit

Permalink
Enable travis testing for py3
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino authored and mraspaud committed Oct 13, 2016
1 parent d14ac38 commit aaa34c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- '2.6'
- '2.7'
- "3.3"
- "3.4"
- "3.5"
install:
- pip install .
- pip install coveralls
Expand Down

0 comments on commit aaa34c9

Please sign in to comment.