Skip to content

Commit 52d845a

Browse files
committed
[ci] Upgrade pip, setuptools and wheel before build
Attempt to speed up the build on travis-ci
1 parent dd67c29 commit 52d845a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ branches:
1717
# perform static analysis before installing all dependencies
1818
# this allows to save resources and build time if this step fails
1919
before_install:
20+
- pip install -U pip setuptools wheel
2021
- pip install --no-cache-dir -U -r requirements-test.txt
2122
- ./runflake8
2223
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then ./runisort; fi

0 commit comments

Comments
 (0)