Skip to content

Commit

Permalink
Add most recent Python versions in Travis CI
Browse files Browse the repository at this point in the history
Add more recent Python versions including development branches and nightly build.
  • Loading branch information
SylvainDe committed Mar 8, 2017
1 parent 4a79dee commit 31cc8ce
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
@@ -7,6 +7,10 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
- "pypy"

# Use container-based infrastructure

0 comments on commit 31cc8ce

Please sign in to comment.