summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 15a7f7294c877ff0902a52a15a0e0a8c759da5a7 (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 --verbosity=2 --with-coverage --cover-erase --cover-inclusive tests/unit --cover-package=httpretty

[testenv:functional]
commands = nosetests -s --verbosity=2 --with-coverage --cover-erase --cover-inclusive tests/functional --cover-package=httpretty

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