summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2015-10-02 12:23:58 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2015-10-02 12:24:41 +0300
commit4f244a87ea1b3634df5fb4d9cfb9e2b74ed52eb9 (patch)
treebac6ade7d501174d0d6ab2db1279747c401eeed7
parent294432fb55146fb9f71872b39ca79f2465da75dd (diff)
downloadapscheduler-4f244a87ea1b3634df5fb4d9cfb9e2b74ed52eb9.tar.gz
Don't test with Twisted on CPython 3.2
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3ded734..c0c6a54 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,6 @@ deps=pytest
pymongo
redis
tornado
- twisted
pytz
tzlocal
@@ -19,6 +18,7 @@ deps={[testenv:base]deps}
mock
trollius
funcsigs
+ twisted
[testenv:py26]
deps={[testenv:py2x]deps}
@@ -37,9 +37,11 @@ deps={[testenv:base]deps}
[testenv:py33]
deps={[testenv:base]deps}
asyncio
+ twisted
[testenv:py34]
deps={[testenv:base]deps}
+ twisted
[testenv:pypy]
deps={[testenv:py2x]deps}
@@ -49,6 +51,7 @@ deps={[testenv:base]deps}
mock
trollius
funcsigs
+ twisted
[testenv:flake8]
deps=flake8