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

art at torproject.org art at torproject.org
Tue Aug 5 10:33:36 UTC 2014


commit 7ab4ccd65259f618bcb2397bc0b58e82b28b5a04
Author: Arturo Filastò <art at 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



More information about the tor-commits mailing list