Skip to content

Commit 2d4cb3e

Browse files
committed
explicit matrix
1 parent 1a3267e commit 2d4cb3e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ matrix:
2121
- python: "3.7"
2222
env:
2323
- SETUPTOOLS=setuptools PIP=pip
24+
- python: "3.5"
25+
os: osx
26+
env:
27+
- SETUPTOOLS=setuptools PIP=pip
28+
- python: "3.6"
29+
os: osx
30+
env:
31+
- SETUPTOOLS=setuptools PIP=pip
2432
- python: "3.7"
33+
os: osx
2534
env:
2635
- SETUPTOOLS=setuptools PIP=pip
2736

@@ -40,7 +49,3 @@ after_success:
4049
# command to run tests
4150
script:
4251
- nosetests -v --with-coverage --cover-package=fs tests
43-
44-
os:
45-
- linux
46-
- osx

0 commit comments

Comments
 (0)