Update virtualenv with CERTBOT_NO_PIN.

This commit is contained in:
Brad Warren 2019-07-01 11:20:31 -07:00
parent c554d5acc0
commit 32c872a718

View file

@ -268,7 +268,9 @@ addons:
# tools/pip_install.py is used to pin packages to a known working version
# except in tests where the environment variable CERTBOT_NO_PIN is set.
install: "tools/pip_install.py codecov tox"
# virtualenv is listed here explicitly to make sure it is upgraded when
# CERTBOT_NO_PIN is set.
install: "tools/pip_install.py codecov tox virtualenv"
script: tox
after_success: '[ "$TOXENV" == "py27-cover" ] && codecov -F linux'