We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46546b commit e7598abCopy full SHA for e7598ab
.travis.yml
@@ -8,7 +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 pip setuptools wheel
+ - pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir --upgrade pip wheel
12
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir -r ./requirements/dev.txt
13
script:
14
- inv clean
0 commit comments