File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
include :
7
7
- name : " Python 2.7 on Linux"
8
8
python : 2.7
9
- env : TOXENV=py27
9
+ env : PIP=pip
10
10
- name : " Python 3.5 on Linux"
11
11
python : 3.5
12
12
- name : " Python 3.6 on Linux"
@@ -21,10 +21,10 @@ matrix:
21
21
python : nightly
22
22
- name : " Pypy on Linux"
23
23
python : pypy
24
- env : TOXENV=py27
24
+ env : PIP=pip
25
25
- name : " Pypy 3 on Linux"
26
26
python : pypy3
27
- - name : " Python 3 on older macOS"
27
+ - name : " Python 3.7 on older macOS"
28
28
os : osx
29
29
osx_image : xcode9.4
30
30
language : shell
@@ -33,7 +33,7 @@ matrix:
33
33
- sw_vers
34
34
- python3 --version
35
35
- pip3 --version
36
- - name : " Python 3 on macOS"
36
+ - name : " Python 3.7 on macOS"
37
37
os : osx
38
38
osx_image : xcode11
39
39
language : shell
@@ -49,7 +49,7 @@ matrix:
49
49
- os : osx
50
50
51
51
install :
52
- - if echo $TOXENV | grep -q py27 ; then PIP=pip ; else PIP=pip3; fi
52
+ - if [ $PIP ] ; then true ; else PIP=pip3; fi
53
53
- travis_retry $PIP install -U pip wheel tox-travis
54
54
- travis_retry $PIP install -U -r requirements.txt -e ".[test]"
55
55
You can’t perform that action at this time.
0 commit comments