Merge pull request #4837 from blueyed/travis-install

ci: Travis: use single install section
This commit is contained in:
Daniel Hahler 2019-02-26 17:20:05 +01:00 committed by GitHub
commit a4192160ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@ stages:
python:
- '3.7'
install:
- pip install --upgrade --pre tox
- python -m pip install --upgrade --pre tox
env:
matrix:
- TOXENV=py27
@ -46,8 +46,6 @@ jobs:
os: osx
osx_image: xcode10.1
language: generic
install:
- python -m pip install --pre tox
before_install:
- python -V
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27