summaryrefslogtreecommitdiff
path: root/dev-python/testtools/files/testtools-1.8.0-twisted-backport1.patch
blob: c1eb11b1f5aba87d8fb565e99e5ea7fc8b20dfec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From 6d821b5770b01f5ec98c3b8db734fffeebf12b62 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@canonical.com>
Date: Mon, 24 Aug 2015 13:21:57 +0100
Subject: [PATCH] Test with Twisted 13.0.0/15.2.0.

---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 41036f8..a706b27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,10 @@ python:
   - "3.4"
   - "pypy"
 
+env:
+  - TWISTED="==13.0.0"
+  - TWISTED="==15.2.0"
+
 # We have to pin Jinja2 < 2.7  for Python 3.2 because 2.7 drops/breaks support:
 # http://jinja.pocoo.org/docs/changelog/#version-2-7
 # And Spinx to < 1.3 for pypy3 and python 3.2 similarly.
@@ -23,7 +27,7 @@ matrix:
       env: SPHINX="<1.3"
 
 install:
-  - pip install fixtures $JINJA_REQ sphinx$SPHINX
+  - pip install fixtures $JINJA_REQ sphinx$SPHINX Twisted$TWISTED
   - python setup.py install
 
 script: