We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a928c1d commit 710daf2Copy full SHA for 710daf2
.travis.yml
@@ -6,18 +6,23 @@ matrix:
6
- python: "2.7"
7
env:
8
- SETUPTOOLS=setuptools PIP=pip
9
- - python: "3.3"
+ - python: "3.7"
10
11
- - SETUPTOOLS=setuptools~=39.2 PIP="pip<=18.0"
12
- - python: "3.4"
+ - SETUPTOOLS=setuptools PIP=pip
+ dist: xenial
13
+ sudo: true
14
+ - python: "3.6"
15
16
17
- python: "3.5"
18
19
- - python: "3.6"
20
+ - python: "3.4"
21
22
23
+ - python: "3.3"
24
+ env:
25
+ - SETUPTOOLS=setuptools~=39.2 PIP="pip<=18.0"
26
27
before_install:
28
- pip install $SETUPTOOLS $PIP -U
0 commit comments