From c856081a58da3709e9789fc75ab609993a4f948d Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 15 Apr 2016 16:09:23 -0700 Subject: [PATCH] tox: we no longer need twisted-trunk, 16.1.0 is good --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 96caf6b..6caebfc 100644 --- a/tox.ini +++ b/tox.ini @@ -24,8 +24,7 @@ skip_missing_interpreters = True [testenv] deps = - git+https://github.com/twisted/twisted#egg=twisted - #twisted + twisted >= 16.1.0 pyflakes {env:EXTRA_DEPENDENCY:} commands =