File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ python:
1111
1212matrix :
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
2521install :
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
You can’t perform that action at this time.
0 commit comments