Skip to content

Commit 80a4fcb

Browse files
committed
Disable Travis OSX Python 2.7
1 parent cf99cd0 commit 80a4fcb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ python:
1111

1212
matrix:
1313
include:
14-
- language: generic
15-
python: 2.7
16-
env: PYTHON_VERSION=2
17-
os: osx
1814
- language: generic
1915
python: 3.6
2016
env: PYTHON_VERSION=3
@@ -23,7 +19,7 @@ matrix:
2319
- python: pypy3
2420

2521
install:
26-
- if [[ $TRAVIS_OS_NAME == osx ]] && [[ $PYTHON_VERSION == 3 ]]; then brew upgrade python; pip3 install --ignore-installed virtualenv; fi
22+
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade python; pip3 install --ignore-installed virtualenv; fi
2723
- if [[ $TRAVIS_OS_NAME == osx ]]; then export LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include"; fi
2824
- virtualenv --python=python$PYTHON_VERSION env
2925
- source env/bin/activate

0 commit comments

Comments
 (0)