Skip to content

Commit

Permalink
Use pip3 if pip isn't available
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Nov 29, 2017
1 parent f5ed771 commit b916830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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)'
Expand Down

0 comments on commit b916830

Please sign in to comment.