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

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

[testenv:functional]
commands = nosetests -s tests/functional

[testenv:pep8]
deps = flake8
commands = flake8 httpretty tests