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 d6e0896 commit 460aeceCopy full SHA for 460aece
.travis.yml
@@ -75,7 +75,7 @@ install:
75
- printf '\necho "Using pip-wrapper.." >&2\ntravis_retry pip "$@"' >> bin/travis_retry_pip
76
- chmod +x bin/travis_retry_pip
77
- sed -i.bak 's/^\[testenv\]/\0\ninstall_command = travis_retry_pip install {opts} {packages}/' tox.ini
78
- - if ! diff tox.ini tox.ini.bak; then exit 1; fi
+ - if diff tox.ini tox.ini.bak; then exit 1; fi
79
- printf '\nwhitelist_externals = travis_retry_pip' >> tox.ini
80
81
- pip install tox==2.7.0
0 commit comments