wtf sudo tox for linux

This commit is contained in:
David Stainton 2016-05-23 14:31:44 +00:00 committed by Brian Warner
parent 8a374df8b1
commit 73c4aa727f

View File

@ -25,7 +25,8 @@ before_script:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo pip install -e .; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then pip install -e .; fi
script:
- tox -e coverage
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo tox -e coverage; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then tox -e coverage; fi
after_success:
coveralls
notifications: