File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 include :
77 - name : " Python 2.7 on Linux"
88 python : 2.7
9- env : TOXENV=py27
9+ env : PIP=pip
1010 - name : " Python 3.5 on Linux"
1111 python : 3.5
1212 - name : " Python 3.6 on Linux"
@@ -21,10 +21,10 @@ matrix:
2121 python : nightly
2222 - name : " Pypy on Linux"
2323 python : pypy
24- env : TOXENV=py27
24+ env : PIP=pip
2525 - name : " Pypy 3 on Linux"
2626 python : pypy3
27- - name : " Python 3 on older macOS"
27+ - name : " Python 3.7 on older macOS"
2828 os : osx
2929 osx_image : xcode9.4
3030 language : shell
@@ -33,7 +33,7 @@ matrix:
3333 - sw_vers
3434 - python3 --version
3535 - pip3 --version
36- - name : " Python 3 on macOS"
36+ - name : " Python 3.7 on macOS"
3737 os : osx
3838 osx_image : xcode11
3939 language : shell
@@ -49,7 +49,7 @@ matrix:
4949 - os : osx
5050
5151install :
52- - if echo $TOXENV | grep -q py27 ; then PIP=pip ; else PIP=pip3; fi
52+ - if [ $PIP ] ; then true ; else PIP=pip3; fi
5353 - travis_retry $PIP install -U pip wheel tox-travis
5454 - travis_retry $PIP install -U -r requirements.txt -e ".[test]"
5555
You can’t perform that action at this time.
0 commit comments