[Tox] Twisted version pin to 16.6

* There is a problem with Twisted 17 and the setup for travis and tox
   using site-packages with an old openssh package.

       AttributeError: 'module' object has no attribute 'OP_NO_TLSv1_1'

 * The simplest workaround for now is to pin Twisted to 16.6.
This commit is contained in:
Calum Lind 2017-02-13 23:12:20 +00:00
parent a7826c4f90
commit df4d97c447
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ passenv = DISPLAY
setenv = PYTHONPATH = {env:PWD}:
sitepackages = True
deps =
twisted
twisted==16.6
service_identity
mako
chardet