summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 061c08fdd564ad49120feeee1e9a432999783f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
minversion = 1.6
skipsdist = True

[testenv]
usedevelop = True
install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
commands = nosetests {posargs}

[testenv:pep8]
commands = flake8 {posargs}

[flake8]
exclude = .venv,.tox,dist,doc,.git,build,tools