[tor-commits] [bridgedb/master] Update CI test matrix to test using Debian Stretch versions.

isis at torproject.org isis at torproject.org
Thu Jul 28 16:41:11 UTC 2016


commit edddab56cf064b4080905ba29116574bb892e977
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon May 2 16:15:59 2016 +0000

    Update CI test matrix to test using Debian Stretch versions.
    
     * FIXES #18949: https://bugs.torproject.org/18949
---
 .travis.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b058d71..4717c23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,22 +35,22 @@ env:
     #     https://github.com/pypa/virtualenv/issues/459
     - PYTHON_EGG_CACHE="${HOME}/.python-eggs-$(echo $RANDOM$PPID$RANDOM | sha256sum | cut -d ' ' -f 1)"
   matrix:
-    # Debian Wheezy
-    - TWISTED_VERSION=13.2.0 PYOPENSSL_VERSION=0.13.1
     # Debian Jessie
     - TWISTED_VERSION=14.0.2 PYOPENSSL_VERSION=0.14
+    # Debian Stretch
+    - TWISTED_VERSION=16.1.1 PYOPENSSL_VERSION=16.0.0
 
 matrix:
   include:
-    - python: "2.7"
-      env: TWISTED_VERSION=15.0.0 PYOPENSSL_VERSION=0.14
     - python: "pypy"
       env: TWISTED_VERSION=14.0.2 PYOPENSSL_VERSION=0.14
+    - python: "pypy"
+      env: TWISTED_VERSION=16.1.1 PYOPENSSL_VERSION=16.0.0
   allow_failures:
-    - python: "2.7"
-      env: TWISTED_VERSION=15.0.0 PYOPENSSL_VERSION=0.14
     - python: "pypy"
       env: TWISTED_VERSION=14.0.2 PYOPENSSL_VERSION=0.14
+    - python: "pypy"
+      env: TWISTED_VERSION=16.1.1 PYOPENSSL_VERSION=16.0.0
   fast_finish: true
 
 before_install:





More information about the tor-commits mailing list