mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Use pip3 if pip isn't available (#5277)
This commit is contained in:
parent
8fd1d0d19e
commit
d246ba78c7
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ addons:
|
|||
- libapache2-mod-wsgi
|
||||
- libapache2-mod-macro
|
||||
|
||||
install: "travis_retry pip install tox coveralls"
|
||||
install: "travis_retry $(command -v pip || command -v pip3) install tox coveralls"
|
||||
script:
|
||||
- travis_retry tox
|
||||
- '[ -z "${BOULDER_INTEGRATION+x}" ] || (travis_retry tests/boulder-fetch.sh && tests/tox-boulder-integration.sh)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue