From c4f99a08efa14fe6f5d8d8c26e1efba25959ea49 Mon Sep 17 00:00:00 2001 From: Jonathan Jacobs Date: Fri, 16 May 2014 12:39:34 +0200 Subject: [PATCH] Add Twisted 14.0 to tox while we're at it. --- tox.ini | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e6cd60a..05b9981 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27-twisted-132, py27-twisted-trunk, pyflakes, sphinx +envlist = py27-twisted-132, py27-twisted-140, py27-twisted-trunk, pyflakes, sphinx [testenv] @@ -17,6 +17,14 @@ deps = Twisted==13.2 +# Twisted 14.0 +[testenv:py27-twisted-140] +basepython = python2.7 +deps = + {[testenv]deps} + Twisted==14.0 + + ## Trunk Twisted ## [testenv:py27-twisted-trunk] basepython = python2.7