summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 321b92519f015cce76be5f3109ed813bd0fdb448 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27


[testenv]
commands =
    pip install -qr requirements.txt
    python tests/test.py tests/unit