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 9d35a17 commit d586d71Copy full SHA for d586d71
.travis.yml
@@ -8,6 +8,7 @@ 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
12
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --use-wheel --no-cache-dir -r ./requirements/dev.txt
13
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --use-wheel --no-cache-dir --upgrade setuptools wheel
14
script:
0 commit comments