We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943f2b4 commit 68a40bcCopy full SHA for 68a40bc
.travis.yml
@@ -8,9 +8,8 @@ python:
8
env:
9
- PYTHONUNBUFFERED="1"
10
install:
11
- - pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir --upgrade setuptools wheel
+ - pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir --upgrade pip setuptools wheel
12
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir -r ./requirements/dev.txt
13
14
script:
15
- inv clean
16
- inv check
0 commit comments