We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebaf9e0 commit a044e95Copy full SHA for a044e95
1 file changed
.travis.yml
@@ -11,7 +11,9 @@ python:
11
- "3.5"
12
- "pypy"
13
before_install:
14
- - pip install --upgrade pip
+ - export _PIP32=''
15
+ - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then export _PIP32='<8'; fi
16
+ - pip install --upgrade pip${_PIP32}
17
# command to install dependencies
18
install:
19
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
0 commit comments