[tor-commits] [ooni-probe/master] Trim down the twisted versions under unittest to only the ones we care about.

art at torproject.org art at torproject.org
Fri Jan 13 12:39:57 UTC 2017


commit 161cf6005915b27f0beb6529ce6010b827ee8123
Author: Arturo Filastò <arturo at filasto.net>
Date:   Sat Oct 29 21:20:24 2016 +0200

    Trim down the twisted versions under unittest to only the ones we care about.
---
 .travis.yml | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 899d925..8672abf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,25 +1,20 @@
 language: python
 env:
+  # version in debian wheezy-backports
   - TWISTED=Twisted==13.2
-  - TWISTED=Twisted==14.0
-  - TWISTED=Twisted==14.0.1
+  # version in debian jessie
   - TWISTED=Twisted==14.0.2
-  - TWISTED=Twisted==15.0.0
-  - TWISTED=Twisted==15.1.0
-  - TWISTED=Twisted==15.2.0
+  # version in ubuntu wily
   - TWISTED=Twisted==15.2.1
-  - TWISTED=Twisted==15.3.0
-  - TWISTED=Twisted==15.4.0
-  - TWISTED=Twisted==15.5.0
+  # version in ubuntu xenial
   - TWISTED=Twisted==16.0.0
-  - TWISTED=Twisted==16.1.0
-  - TWISTED=Twisted==16.1.1
+  # version in debian jessie-backports
   - TWISTED=Twisted==16.2.0
+  # version in debian stretch
   - TWISTED=Twisted==16.3.0
-  - TWISTED=Twisted==16.3.1
-  - TWISTED=Twisted==16.3.2
-  - TWISTED=Twisted==16.4.0
+  # version in debian sid
   - TWISTED=Twisted==16.4.1
+  # this points the latest stable
   - TWISTED=Twisted
 before_install:
   - sudo apt-get update





More information about the tor-commits mailing list