8000 Update .travis.yml · Harry0201/python-readability@baf03e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit baf03e0

Browse files
authored
Update .travis.yml
1 parent 8c122cc commit baf03e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ matrix:
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

5151
install:
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

0 commit comments

Comments
 (0)
0