summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 6e452ad6402ae947b6bb34f3520ea9d76499612a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tox]
minversion = 3.3.0
envlist = py35, py36, py37, py38, pypy3, flake8
skip_missing_interpreters = true
isolated_build = true

[testenv]
commands = python -m pytest {posargs}
extras = test
    gevent
    mongodb
    redis
    rethinkdb
    sqlalchemy
    tornado
    twisted
    zookeeper

[testenv:flake8]
deps = flake8
commands = flake8 apscheduler tests
skip_install = true