Skip to content

Commit

Permalink
trying to fix travis python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Dec 5, 2015
1 parent 0aee252 commit cda9e17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: python

python:
- "2.7"
- 2.7
- 3.4
- 3.5

env:
- TOXENV=py34-17
Expand Down

0 comments on commit cda9e17

Please sign in to comment.