fix(ci): always upgrade pip on travis-ci

This commit is contained in:
mayeut
2022-01-09 12:17:51 +01:00
parent 4cb90fcfe4
commit 55eb1ca7b5
+3 -1
View File
@@ -48,6 +48,8 @@ jobs:
arch: s390x
env: PYTHON=python
install: $PYTHON -m pip install -e ".[dev]" pytest-custom-exit-code
install:
- $PYTHON -m pip install -U pip
- $PYTHON -m pip install -e ".[dev]" pytest-custom-exit-code
script: $PYTHON ./bin/run_tests.py