[ooni-probe/master] Run the unittests as root so that the scapy tests get run by travis

5 Aug
2014
5 Aug
'14
10:33 a.m.
commit 7ab4ccd65259f618bcb2397bc0b58e82b28b5a04 Author: Arturo Filastò <art@fuffa.org> Date: Tue Aug 5 12:32:52 2014 +0200 Run the unittests as root so that the scapy tests get run by travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6bce942..6e5069b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ install: - pip install -r requirements-dev.txt # command to run tests, e.g. python setup.py test script: - - coverage run $(which trial) ooni + - sudo coverage run $(which trial) ooni after_success: - coveralls
3983
Age (days ago)
3983
Last active (days ago)
0 comments
1 participants
participants (1)
-
art@torproject.org