summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-01-22 06:02:08 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-01-22 06:02:08 +0200
commita6545cf29831bb6d8f055aeb2fa9d5204e9bd192 (patch)
tree458f7e01f73274d25b1f652d81fa6cd51dd43ca9 /tox.ini
parentb555d40f975bb4b8d2f54f9edcc2e256170f2b65 (diff)
downloadapscheduler-a6545cf29831bb6d8f055aeb2fa9d5204e9bd192.tar.gz
Dropped PyPy3 tests/support
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 4 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 82dcfad..d160d2c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py33,py34,pypy,pypy3,flake8
+envlist = py27,py33,py34,pypy,flake8
skip_missing_interpreters = true
[tox:travis]
@@ -8,7 +8,6 @@ skip_missing_interpreters = true
3.4 = py34
3.5 = py35, flake8
pypy = pypy
-pypy3 = pypy3
[testenv]
commands = py.test {posargs}
@@ -20,9 +19,9 @@ deps = pytest
rethinkdb
tornado
twisted
- gevent >= 1.1rc2
- {py27,pypy,pypy3}: mock
- {py27,pypy,pypy3}: trollius
+ gevent >= 1.1rc3
+ {py27,pypy}: mock
+ {py27,pypy}: trollius
{py33}: asyncio
[testenv:flake8]