Travis-CI should run the tests as root.

This commit is contained in:
Pedro Algarvio 2012-09-29 22:21:16 +01:00
parent 47221a4f98
commit 08503d10d2

View File

@ -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: