Ah yes, Twisted 17 releases start at 17.1

This commit is contained in:
Andrew Godwin 2017-03-18 12:32:04 -07:00
parent fa2841c101
commit 2edfe5d7d5
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ python:
env:
- TWISTED_RELEASE="twisted"
- TWISTED_RELEASE="twisted==17.0.0"
- TWISTED_RELEASE="twisted==17.1.0"
install: pip install $TWISTED_RELEASE -e .[tests]

View File

@ -110,7 +110,7 @@ should start with a slash, but not end with one; for example::
Dependencies
------------
All Channels projects currently support Python 2.7, 3.4 and 3.5. `daphne` requires Twisted 17.0 or
All Channels projects currently support Python 2.7, 3.4 and 3.5. `daphne` requires Twisted 17.1 or
greater.

View File

@ -24,7 +24,7 @@ setup(
include_package_data=True,
install_requires=[
'asgiref>=1.0.0',
'twisted>=17.0',
'twisted>=17.1',
'autobahn>=0.12',
],
extras_require={

View File

@ -5,5 +5,5 @@ envlist = py{27,34,35}-twisted-{old,new}
[testenv]
extras = tests
deps =
twisted-old: twisted==17.0.0
twisted-old: twisted==17.1.0
commands = python -m unittest discover