Skip to content

Commit 455271d

Browse files
committed
Add Python3.7 and osx to CI
1 parent 5c11c97 commit 455271d

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

.travis.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,24 @@ language: python
33

44
matrix:
55
include:
6-
- python: "2.7"
7-
env:
8-
- SETUPTOOLS=setuptools PIP=pip
9-
- python: "3.3"
10-
env:
11-
- SETUPTOOLS=setuptools~=39.2 PIP="pip<=18.0"
12-
- python: "3.4"
13-
env:
14-
- SETUPTOOLS=setuptools PIP=pip
15-
- python: "3.5"
16-
env:
17-
- SETUPTOOLS=setuptools PIP=pip
18-
- python: "3.6"
19-
env:
20-
- SETUPTOOLS=setuptools PIP=pip
6+
- python: "2.7"
7+
env:
8+
- SETUPTOOLS=setuptools PIP=pip
9+
- python: "3.3"
10+
env:
11+
- SETUPTOOLS=setuptools~=39.2 PIP="pip<=18.0"
12+
- python: "3.4"
13+
env:
14+
- SETUPTOOLS=setuptools PIP=pip
15+
- python: "3.5"
16+
env:
17+
- SETUPTOOLS=setuptools PIP=pip
18+
- python: "3.6"
19+
env:
20+
- SETUPTOOLS=setuptools PIP=pip
21+
- python: "3.7"
22+
env:
23+
- SETUPTOOLS=setuptools PIP=pip
2124

2225
before_install:
2326
- pip install $SETUPTOOLS $PIP -U
@@ -36,7 +39,5 @@ script:
3639
- nosetests -v --with-coverage --cover-package=fs tests
3740

3841
os:
39-
- windows
4042
- linux
4143
- osx
42-

0 commit comments

Comments
 (0)