summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 040b25ab2941224e1a446116176edf56380cedfb (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py33,py34

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