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 d4c7e09 commit 8354984Copy full SHA for 8354984
.travis.yml
@@ -8,6 +8,12 @@ python:
8
- 2.7
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
17
- pip install --upgrade setuptools pip
18
- pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings codecov
19
script:
0 commit comments