Sylvain
commited on
Commit
·
3cdcdda
1
Parent(s):
85e2df5
Add most recent Python versions in Travis CI
Browse filesAdd more recent Python versions including
development branches and nightly build.
- .travis.yml +4 -0
.travis.yml
CHANGED
@@ -5,6 +5,10 @@ python:
|
|
5 |
- "3.3"
|
6 |
- "3.4"
|
7 |
- "3.5"
|
|
|
|
|
|
|
|
|
8 |
# command to install dependencies
|
9 |
install: "pip install -r tests/requirements.txt"
|
10 |
# command to run tests
|
|
|
5 |
- "3.3"
|
6 |
- "3.4"
|
7 |
- "3.5"
|
8 |
+
- "3.6"
|
9 |
+
- "3.6-dev"
|
10 |
+
- "3.7-dev"
|
11 |
+
- "nightly"
|
12 |
# command to install dependencies
|
13 |
install: "pip install -r tests/requirements.txt"
|
14 |
# command to run tests
|