Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6411bf1

Browse files
committed
Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
1 parent c23ae3a commit 6411bf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ python:
55
- "3.3"
66
- "3.4"
77
- "3.5"
8+
- "3.6"
9+
- "3.6-dev"
10+
- "3.7-dev"
11+
- "nightly"
812
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
913
#matrix:
1014
# allow_failures:

0 commit comments

Comments
 (0)