[tor-commits] [ooni-probe/develop] Fix travis file

isis at torproject.org isis at torproject.org
Thu Jun 6 16:41:38 UTC 2013


commit 321543793b6a81bf90d4f79a965ce29bf02ce89d
Author: Arturo Filastò <art at fuffa.org>
Date:   Mon Apr 22 17:29:44 2013 +0200

    Fix travis file
---
 .travis.yml |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9c89f6d..2dc900f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,7 @@
 language: python
 before_install:
-  - sudo apt-get install tor
+  - sudo apt-get install tor python-pyrex
 python:
-  - "3.3"
   - "2.7"
   - "2.6"
 # command to install dependencies
@@ -16,4 +15,4 @@ script:
   #  - trial ooni
   - cp ooniprobe.conf.sample ooniprobe.conf
   - sh scripts/before_i_commit.sh
-  - bin/ooniprobe nettest/blocking/tcpconnect.py -f example_inputs/alexa-top-1k.txt
\ No newline at end of file
+  - bin/ooniprobe nettest/blocking/tcpconnect.py -f example_inputs/alexa-top-1k.txt





More information about the tor-commits mailing list