We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d8060 commit 75223f9Copy full SHA for 75223f9
.travis.yml
@@ -9,11 +9,11 @@ python:
9
sudo: false
10
install:
11
- |
12
- # install pip 10 on python 3.3
13
- # to get requires_python support
14
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then
15
- pip install pip==10.*
16
- fi
+ # install pip 10 on python 3.3
+ # to get requires_python support
+ if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then
+ pip install pip==10.*
+ fi
17
- pip install --upgrade setuptools pip
18
- pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings codecov
19
script:
0 commit comments