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

[testenv]
deps = -r{toxinidir}/tools/pip-requires
commands = nosetests

[testenv:pep8]
deps = pep8
commands = nosetests --with-tissue