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 dd67c29 commit 52d845aCopy full SHA for 52d845a
.travis.yml
@@ -17,6 +17,7 @@ branches:
17
# perform static analysis before installing all dependencies
18
# this allows to save resources and build time if this step fails
19
before_install:
20
+ - pip install -U pip setuptools wheel
21
- pip install --no-cache-dir -U -r requirements-test.txt
22
- ./runflake8
23
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then ./runisort; fi
0 commit comments