Skip to content

Commit b5a431f

Browse files
authored
Merge pull request #2092 from minrk/pip-travis
upgrade pip, setuptools on Travis on 4.x
2 parents 0273b3f + 2c8f618 commit b5a431f

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
@@ -18,6 +18,7 @@ env:
1818
- GROUP=js/services
1919
- GROUP=js/tree
2020
before_install:
21+
- pip install --upgrade pip setuptools
2122
- 'if [[ $GROUP == js* ]]; then npm install -g [email protected]; fi'
2223
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
2324
install:

0 commit comments

Comments
 (0)