[tor-commits] [ooni-probe/master] Add all supported twisted version, revise build dependencies

art at torproject.org art at torproject.org
Fri Nov 20 14:42:01 UTC 2015


commit 867236e460c65e840afa4a7be3da6898d3319398
Author: anadahz <kojgelo at inbox.com>
Date:   Tue Nov 17 20:09:51 2015 +0100

    Add all supported twisted version, revise build dependencies
    
    Include all Twisted versions >= 12.2 and latest as travis ENV tests
    Add required build dependencies packages
    Remove duplicate pip package pydnet (pydumpnet)
---
 .travis.yml |   15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 99bb48f..db639dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,22 @@ language: python
 env:
   - TWISTED=Twisted==12.2
   - TWISTED=Twisted==12.3
+  - TWISTED=Twisted==13.0
+  - TWISTED=Twisted==13.1
   - TWISTED=Twisted==13.2
   - TWISTED=Twisted==14.0
+  - TWISTED=Twisted==14.0.1
+  - TWISTED=Twisted==14.0.2
+  - TWISTED=Twisted==15.0.0
+  - TWISTED=Twisted==15.1.0
+  - TWISTED=Twisted==15.2.0
+  - TWISTED=Twisted==15.2.1
+  - TWISTED=Twisted==15.3.0
+  - TWISTED=Twisted==15.4.0
+  - TWISTED=Twisted
 before_install:
-  - sudo apt-get install tor libpcap-dev libgeoip-dev libdumbnet-dev
+  - sudo apt-get install tor libpcap-dev libgeoip-dev libdumbnet-dev libffi-dev
+    libdumbnet-dev libssl-dev
   - sudo /etc/init.d/tor start
 python:
   - "2.7"
@@ -13,7 +25,6 @@ python:
 # the first is for testing pip and the second for setuptools
 install:
   - pip install $TWISTED pyOpenSSL coveralls
-  - pip install https://github.com/hellais/pydnet/archive/master.zip
   - pip install pyrex-real
   - pip install -r requirements.txt
   - pip install -r requirements-dev.txt





More information about the tor-commits mailing list