mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Travis-CI should run the tests as root.
This commit is contained in:
parent
47221a4f98
commit
08503d10d2
@ -14,7 +14,7 @@ before_install:
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi"
|
||||
|
||||
install: pip install -r requirements.txt --use-mirrors
|
||||
script: python setup.py test --runtests-opts='--run-destructive'
|
||||
script: sudo python setup.py test --runtests-opts='--run-destructive'
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
Loading…
Reference in New Issue
Block a user