Compare commits

...

1 Commits

Author SHA1 Message Date
Brad Warren
b916830c10 Use pip3 if pip isn't available 2017-11-29 10:53:47 -08:00

View File

@@ -160,7 +160,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)'