summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 192a0b9f563366a8fb4ebec0d42bdce6ed9c59ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = py33,py34,py3_release

[testenv]
deps=
    aiotest
setenv =
    PYTHONASYNCIODEBUG = 1
commands=
    python runtests.py -r {posargs}
    python run_aiotest.py -r {posargs}

[testenv:py3_release]
# Run tests in debug mode
setenv =
    PYTHONASYNCIODEBUG =
basepython = python3

[testenv:py35]
basepython = python3.5