[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Add all supported twisted version, revise build dependencies
commit ff417896e2bdedd13ac6e598c471a9ce4df9d0a2
Author: anadahz <kojgelo@xxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits