Skip to content

Commit

Permalink
Merge pull request #456 from coursera-dl/new-python-in-travis
Browse files Browse the repository at this point in the history
travis: Test with Python 3.5 and 3.6
  • Loading branch information
rbrito authored Nov 14, 2017
2 parents 92e4215 + 1b95893 commit 89465fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
matrix:
allow_failures:
Expand Down

0 comments on commit 89465fe

Please sign in to comment.