Skip to content

Commit

Permalink
Dooh!
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Mar 18, 2021
1 parent 0ab93a7 commit 19a2406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ before_install:
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
fi
install:
- while python -mpip uninstall virtualenv; do echo; done
- python -mpip uninstall virtualenv --yes
- python -mpip uninstall virtualenv --yes
- python -mpip install --progress-bar=off --upgrade --ignore-installed -rci/requirements.txt
- virtualenv --version
- pip --version
Expand Down
3 changes: 2 additions & 1 deletion ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ before_install:
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
fi
install:
- while python -mpip uninstall virtualenv; do echo; done
- python -mpip uninstall virtualenv --yes
- python -mpip uninstall virtualenv --yes
- python -mpip install --progress-bar=off --upgrade --ignore-installed -rci/requirements.txt
- virtualenv --version
- pip --version
Expand Down

0 comments on commit 19a2406

Please sign in to comment.