summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 2c63c292431e0ad2fc19272ebf820b137ffd8a24 (plain)
1
2
3
4
5
6
7
[tox]
envlist = py27, py35, py36, py37
[testenv]
deps =
    nose
    coverage
commands = python -d tests/run.py {posargs}