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:
11
11
12
12
matrix :
13
13
include :
14
- - language : generic
15
- python : 2.7
16
- env : PYTHON_VERSION=2
17
- os : osx
18
14
- language : generic
19
15
python : 3.6
20
16
env : PYTHON_VERSION=3
@@ -23,7 +19,7 @@ matrix:
23
19
- python : pypy3
24
20
25
21
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
27
23
- if [[ $TRAVIS_OS_NAME == osx ]]; then export LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include"; fi
28
24
- virtualenv --python=python$PYTHON_VERSION env
29
25
- source env/bin/activate
You can’t perform that action at this time.
0 commit comments