Skip to content

Commit

Permalink
travis: Add list Python 3.6 to test matrix
Browse files Browse the repository at this point in the history
This makes the tests be performed with the most recent/recommended Python version.
  • Loading branch information
rbrito committed Nov 6, 2017
1 parent 0ec9805 commit e396cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
matrix:
allow_failures:
Expand Down

0 comments on commit e396cbc

Please sign in to comment.