mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
wtf sudo tox for linux
This commit is contained in:
parent
8a374df8b1
commit
73c4aa727f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user