From f3e310acbcf7f5db123cb58610da458e08cca3bb Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 20 Apr 2016 19:42:24 -0700 Subject: [PATCH] travis: we no longer need twisted from trunk --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59d54d3..a428809 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,6 @@ python: install: - pip install -U pip - pip install pyflakes coverage codecov - - pip install "git+https://github.com/twisted/twisted#egg=twisted" -# - pip install "Twisted>=15.5.0" - pip install --editable . script: - pyflakes setup.py src