Skip to content

Commit

Permalink
Travis: generated output from 1f279de
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Apr 23, 2015
1 parent 77da314 commit 846b1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ install:
- printf '\necho "Using pip-wrapper.." >&2\ntravis_retry pip "$@"' >> bin/travis_retry_pip
- chmod +x bin/travis_retry_pip
- sed -i.bak 's/^\[testenv\]/\0\ninstall_command = travis_retry_pip install {opts} {packages}/' tox.ini
- diff tox.ini tox.ini.bak && false || true
- diff tox.ini tox.ini.bak && return 1 || true
- sed -i.bak 's/whitelist_externals =/\0\n travis_retry_pip/' tox.ini
- diff tox.ini tox.ini.bak && false || true
- diff tox.ini tox.ini.bak && return 1 || true

- pip install tox
script: tox -e $TESTENV

0 comments on commit 846b1ce

Please sign in to comment.