Skip to content

Commit ccd45ba

Browse files
committed
[IMP] Add Python3 to Travis
1 parent 6e7fa8e commit ccd45ba

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ language: python
77

88
python:
99
- "2.7"
10-
11-
virtualenv:
12-
system_site_packages: true
10+
- "3.4"
11+
- "3.5"
12+
- "3.5-dev"
13+
- "3.6"
14+
- "3.6-dev"
15+
- "3.7-dev"
16+
- "nightly"
1317

1418
env:
1519
global:

0 commit comments

Comments
 (0)