Skip to content

Commit 24d88bf

Browse files
committed
chore: remove unrequired pip pinning
1 parent 1ba465e commit 24d88bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ matrix:
2828
fast_finish: true
2929

3030
install:
31-
- pip install "pip<19"
32-
- pip install --upgrade setuptools wheel tox tox-travis
31+
- pip install --upgrade pip setuptools wheel tox tox-travis
3332

3433
script:
3534
- tox -- --cov-report=xml --cov-report=term
@@ -45,7 +44,6 @@ jobs:
4544
include:
4645
- stage: deploy
4746
install:
48-
- pip install "pip<19"
4947
- pip install --upgrade pip setuptools wheel
5048
script: skip
5149
after_success: echo "Deploying..."

0 commit comments

Comments
 (0)