[Pkg-privacy-commits] [txtorcon] 22/96: Remove Twisted 11, add PyPy to Tox

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Sep 6 18:33:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository txtorcon.

commit d9200720102750899bcdbf9cded464a5dbf4c406
Author: meejah <meejah at meejah.ca>
Date:   Sat Jan 17 00:39:49 2015 -0700

    Remove Twisted 11, add PyPy to Tox
---
 tox.ini | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/tox.ini b/tox.ini
index a636a6c..3616a03 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,13 +22,14 @@ deps=
     {[testenv]deps}
     twisted==10.1.0
 
-[testenv:twisted-latest-11]
-envdir=venv_twisted_11_1
-basepython=python2.7
-usedevelop=True
-deps=
-    {[testenv]deps}
-    twisted==11.1.0
+# FIXME something wrong with "trial" invocation...?
+#[testenv:twisted-latest-11]
+#envdir=venv_twisted_11_1
+#basepython=python2.7
+#usedevelop=True
+#deps=
+#    {[testenv]deps}
+#    twisted==11.1.0
 
 [testenv:twisted-debian-wheezy]
 envdir=venv_twisted_12
@@ -60,4 +61,12 @@ basepython=python2.7
 usedevelop=True
 deps=
     {[testenv]deps}
-    twisted==14.0.0
+    twisted==14.0.2
+
+[testenv:pypy]
+envdir=venv_pypy
+basepython=pypy
+usedevelop=True
+deps=
+    {[testenv]deps}
+    twisted==14.0.2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git



More information about the Pkg-privacy-commits mailing list