summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2019-10-17 19:45:31 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2019-10-17 20:03:36 +0300
commit6fc33ea7f5ac72c3f3fbc69ebe27cb5d3a48af0e (patch)
tree76c197aecb5de3314e9a90864e5f534ac1e89003
parentf436fe8e72e3e58b7957821b8be24af040fb8bbc (diff)
downloadapscheduler-6fc33ea7f5ac72c3f3fbc69ebe27cb5d3a48af0e.tar.gz
Fixed tox run on Python 3.4
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 03ff8cf..db07f61 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,6 +16,9 @@ extras = testing
zookeeper
deps = {py35,py36,py37}: PyQt5
+[testenv:py34]
+deps = twisted < 19.7
+
[testenv:flake8]
deps = flake8
commands = flake8 apscheduler tests