summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax ulidtko <ulidtko@gmail.com>2019-08-09 20:01:55 +0300
committermax ulidtko <ulidtko@gmail.com>2019-08-09 20:07:37 +0300
commit21fe66d6ef00d4e3cfe303d185d1415ce1dbf916 (patch)
tree03d7820e9411225f17126f6b46565d717863eb61
parent8ba5188efec7d9b0936d2717689d217990f65b15 (diff)
downloadurwid-21fe66d6ef00d4e3cfe303d185d1415ce1dbf916.tar.gz
[CI] test py34 without Twisted
See e.g. here: https://travis-ci.org/urwid/urwid/jobs/569545097 > ImportError: Twisted on Python 3 requires Python 3.5 or later.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 69bc21c..5175647 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,11 +14,11 @@ deps =
tornado<5.0.0
coverage
py27: twisted==16.6.0
- py34: twisted
py35: twisted
py36: twisted
py37: twisted
pypy: twisted
+ # NOTE: py34 is tested without Twisted: they had abandoned Py < 3.5.
commands =
coverage run ./setup.py test