Skip to content

Commit 710daf2

Browse files
committed
add 3.7, sort in descending order
1 parent a928c1d commit 710daf2

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
@@ -6,18 +6,23 @@ matrix:
66
- python: "2.7"
77
env:
88
- SETUPTOOLS=setuptools PIP=pip
9-
- python: "3.3"
9+
- python: "3.7"
1010
env:
11-
- SETUPTOOLS=setuptools~=39.2 PIP="pip<=18.0"
12-
- python: "3.4"
11+
- SETUPTOOLS=setuptools PIP=pip
12+
dist: xenial
13+
sudo: true
14+
- python: "3.6"
1315
env:
1416
- SETUPTOOLS=setuptools PIP=pip
1517
- python: "3.5"
1618
env:
1719
- SETUPTOOLS=setuptools PIP=pip
18-
- python: "3.6"
20+
- python: "3.4"
1921
env:
2022
- SETUPTOOLS=setuptools PIP=pip
23+
- python: "3.3"
24+
env:
25+
- SETUPTOOLS=setuptools~=39.2 PIP="pip<=18.0"
2126

2227
before_install:
2328
- pip install $SETUPTOOLS $PIP -U

0 commit comments

Comments
 (0)