File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed
Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,24 @@ language: python
33
44matrix :
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
2225before_install :
2326 - pip install $SETUPTOOLS $PIP -U
@@ -36,7 +39,5 @@ script:
3639 - nosetests -v --with-coverage --cover-package=fs tests
3740
3841os :
39- - windows
4042 - linux
4143 - osx
42-
You can’t perform that action at this time.
0 commit comments