Skip to content

Commit a01bede

Browse files
committed
remove removed option --use-wheel from pip install
1 parent d586d71 commit a01bede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
- PYTHONUNBUFFERED="1"
1010
install:
1111
- 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
12+
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir -r ./requirements/dev.txt
13+
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir --upgrade setuptools wheel
1414
script:
1515
- inv clean
1616
- inv check

0 commit comments

Comments
 (0)