summaryrefslogtreecommitdiff
path: root/tox.ini
blob: e9db9b0a43585a535e3d16d2be3064d2f32c30d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tox]
envlist = py27, py35, py36, py37, py38, py39, py310, pypy, pypy3, flake8
skip_missing_interpreters = true

[testenv]
download = true
commands = pytest {posargs}
extras = testing
    asyncio
    gevent
    mongodb
    redis
    rethinkdb
    sqlalchemy
    tornado
    twisted
    zookeeper
deps = {py35,py36,py37}: PyQt5

[testenv:py34]
deps = twisted < 19.7

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