aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: a89b13482a40d13c9743eba4f56c44813a7c4ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py26,py27

[testenv]
commands = nosetests
deps = -r{toxinidir}/requirements.txt
       -r{toxinidir}/test-requirements.txt

[testenv:cover]
commands = nosetests --with-coverage

[testenv:venv]
commands = {posargs}