Skip to content

Commit d0270d6

Browse files
committed
Python 3.5 - 3.7 for linux and osx
1 parent a492f3c commit d0270d6

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

.travis.yml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
language: python
22

3-
os:
4-
- linux
5-
- osx
6-
73
matrix:
84
include:
9-
- python: 3.5
10-
- python: 3.6
11-
- python: 3.7
5+
- os: linux
6+
sudo: true
7+
python: "3.5"
8+
dist: xenial
9+
10+
- os: linux
11+
sudo: true
12+
python: "3.6"
1213
dist: xenial
14+
15+
- os: linux
1316
sudo: true
17+
python: "3.7"
18+
dist: xenial
19+
20+
- os: osx
21+
python: "3.5"
22+
23+
- os: osx
24+
python: "3.6"
25+
26+
- os: osx
27+
python: "3.7"
1428

1529
# command to install dependencies
1630
#before_install:

0 commit comments

Comments
 (0)