Skip to content

Commit 95dbff6

Browse files
committed
Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
1 parent 6689960 commit 95dbff6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ python:
44
- "2.7"
55
- "3.3"
66
- "3.4"
7+
- "3.5"
8+
- "3.6"
9+
- "3.6-dev"
10+
- "3.7-dev"
11+
- "nightly"
712
install:
813
- pip install -r requirements.txt
914
- pip install codecov pytest-cov

0 commit comments

Comments
 (0)