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