We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77da314 commit 846b1ceCopy full SHA for 846b1ce
.travis.yml
@@ -49,9 +49,9 @@ install:
49
- printf '\necho "Using pip-wrapper.." >&2\ntravis_retry pip "$@"' >> bin/travis_retry_pip
50
- chmod +x bin/travis_retry_pip
51
- sed -i.bak 's/^\[testenv\]/\0\ninstall_command = travis_retry_pip install {opts} {packages}/' tox.ini
52
- - diff tox.ini tox.ini.bak && false || true
+ - diff tox.ini tox.ini.bak && return 1 || true
53
- sed -i.bak 's/whitelist_externals =/\0\n travis_retry_pip/' tox.ini
54
55
56
- pip install tox
57
script: tox -e $TESTENV
0 commit comments