[tor-commits] [ooni-probe/master] Install dev requirements before running trial

art at torproject.org art at torproject.org
Fri Feb 28 14:32:21 UTC 2014


commit c241a94c1509482fb84079f60ed74ada2929179b
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Jan 31 15:03:58 2014 +0100

    Install dev requirements before running trial
---
 .travis.yml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index da48f1a..3514d79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ install:
   - pip install pyrex
   - pip install coveralls
   - python setup.py install
+  - pip install -r requirements-dev.txt
 # command to run tests, e.g. python setup.py test
 script:
   - coverage run $(which trial) ooni





More information about the tor-commits mailing list