mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
s/pip_install.py install/pip_install.py
This commit is contained in:
parent
21c541022b
commit
020386de4a
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ 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 install codecov tox"
|
||||
install: "tools/pip_install.py codecov tox"
|
||||
script: tox
|
||||
|
||||
after_success: '[ "$TOXENV" == "py27-cover" ] && codecov -F linux'
|
||||
|
|
|
|||
Loading…
Reference in a new issue