Skip to content

Commit b94f69b

Browse files
authored
Merge pull request #216 from SylvainDe/master
Add most recent Python versions in Travis CI
2 parents 1d565aa + 409f4b6 commit b94f69b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8+
- "3.7-dev"
9+
- "nightly"
810
install:
911
- pip install -r requirements.txt
1012
- pip install codecov pytest-cov

0 commit comments

Comments
 (0)