Skip to content

Commit cc25875

Browse files
committed
Use python version-specific build distros
1 parent fe36d2b commit cc25875

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
language: python
22
sudo: false
3-
python:
4-
- "2.6"
5-
- "2.7"
6-
- "3.3"
7-
- "3.5"
8-
- "3.6"
9-
install:
3+
python: ["2.7", "3.5", "3.6", "3.7"]
4+
matrix:
5+
include:
6+
- python: 2.6
7+
dist: trusty
8+
- python: 3.3
9+
dist: trusty
10+
11+
install:
1012
- pip install numpy
1113
- python setup.py install
1214
before_script:

0 commit comments

Comments
 (0)