travis: we no longer need twisted from trunk

This commit is contained in:
Brian Warner 2016-04-20 19:42:24 -07:00
parent 29889eb20b
commit f3e310acbc

View File

@ -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