Skip to content

Commit 68a40bc

Browse files
committed
upgrade pip on Travis
1 parent 943f2b4 commit 68a40bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ python:
88
env:
99
- PYTHONUNBUFFERED="1"
1010
install:
11-
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir --upgrade setuptools wheel
11+
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir --upgrade pip setuptools wheel
1212
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir -r ./requirements/dev.txt
13-
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir --upgrade setuptools wheel
1413
script:
1514
- inv clean
1615
- inv check

0 commit comments

Comments
 (0)