commit c241a94c1509482fb84079f60ed74ada2929179b Author: Arturo Filastò art@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
tor-commits@lists.torproject.org