Skip to content

Commit

Permalink
Merge pull request #118 from SylvainDe/master
Browse files Browse the repository at this point in the history
Add most recent Python versions in Travis CI
  • Loading branch information
geeknam authored Mar 8, 2017
2 parents 6d46894 + d5ab81c commit e958d91
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 @@ -3,6 +3,10 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- pip install mock
- pip install coveralls
Expand Down

0 comments on commit e958d91

Please sign in to comment.