mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Once again fix travis/tox venv path.
This commit is contained in:
parent
ff8925d92f
commit
0b4a85c145
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ env:
|
|||
install: "travis_retry pip install tox coveralls"
|
||||
before_script: '[ "${TOXENV:0:2}" != "py" ] || ./tests/boulder-start.sh'
|
||||
# TODO: eliminate substring slice bashism
|
||||
script: 'travis_retry tox && ([ "${TOXENV:0:2}" != "py" ] || (source tox.venv/$TOXENV/bin/activate && ./tests/boulder-integration.sh))'
|
||||
script: 'travis_retry tox && ([ "${TOXENV:0:2}" != "py" ] || (source tox.venv/bin/activate && ./tests/boulder-integration.sh))'
|
||||
|
||||
after_success: '[ "$TOXENV" == "cover" ] && coveralls'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue