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 2452a0f commit 81e775fCopy full SHA for 81e775f
.travis.yml
@@ -96,7 +96,7 @@ before_install:
96
- virtualenv --python=python venv
97
- source venv/bin/activate
98
- python --version # just to check
99
- - pip install -U pip wheel # needed at one point
+ - pip install -U pip setuptools>=27.0 wheel
100
- retry pip install nose flake8 mock # always
101
- pip install $EXTRA_PIP_FLAGS $DEPENDS $OPTIONAL_DEPENDS
102
- if [ "${COVERAGE}" == "1" ]; then
0 commit comments