Skip to content

Commit 19a2406

Browse files
committed
Dooh!
1 parent 0ab93a7 commit 19a2406

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ before_install:
135135
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
136136
fi
137137
install:
138-
- while python -mpip uninstall virtualenv; do echo; done
138+
- python -mpip uninstall virtualenv --yes
139+
- python -mpip uninstall virtualenv --yes
139140
- python -mpip install --progress-bar=off --upgrade --ignore-installed -rci/requirements.txt
140141
- virtualenv --version
141142
- pip --version

ci/templates/.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ before_install:
5858
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
5959
fi
6060
install:
61-
- while python -mpip uninstall virtualenv; do echo; done
61+
- python -mpip uninstall virtualenv --yes
62+
- python -mpip uninstall virtualenv --yes
6263
- python -mpip install --progress-bar=off --upgrade --ignore-installed -rci/requirements.txt
6364
- virtualenv --version
6465
- pip --version

0 commit comments

Comments
 (0)