Skip to content

Commit 8fe29ff

Browse files
authored
Merge pull request #70 from SylvainDe/master
Add most recent Python versions in Travis CI
2 parents 1a434dd + 52f71d9 commit 8fe29ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ python:
44
- "3.3"
55
- "3.4"
66
- "3.5"
7+
- "3.6"
8+
- "3.6-dev"
9+
- "3.7-dev"
10+
- "nightly"
711
install:
812
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
913
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi

0 commit comments

Comments
 (0)