Skip to content

Commit 5c4dff1

Browse files
authored
Merge pull request #79 from SylvainDe/master
Add most recent Python versions in Travis CI
2 parents dbca0dd + b4480e6 commit 5c4dff1

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
@@ -6,6 +6,10 @@ python:
66
- "3.3"
77
- "3.4"
88
- "3.5"
9+
- "3.6"
10+
- "3.6-dev"
11+
- "3.7-dev"
12+
- "nightly"
913
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
1014
install:
1115
- "pip install -e ."

0 commit comments

Comments
 (0)