Skip to content

Commit

Permalink
Add python 3.5 to Travis Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed May 16, 2015
1 parent 51dfc92 commit 67cbeac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ python:
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
matrix:
allow_failures:
- python: 3.5
install:
python setup.py develop
script:
Expand Down

0 comments on commit 67cbeac

Please sign in to comment.