83873ea87a
Change-Id: I895101545d135faa77cff01b8705f04e683e53ac
26 lines
617 B
INI
26 lines
617 B
INI
[tox]
|
|
minverson = 1.6
|
|
envlist = py34, py27, pep8, docs
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
setenv = LANGUAGE=en_US
|
|
LC_ALL=en_US.utf-8
|
|
usedevelop = True
|
|
install_command = pip install -U --force-reinstall {opts} {packages}
|
|
deps = -r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
|
|
|
[testenv:pep8]
|
|
commands = flake8
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|
|
[testenv:docs]
|
|
commands = python setup.py build_sphinx
|
|
|
|
[flake8]
|
|
exclude = .venv,.git,.tox,env,dist,*openstack/common*,surveilclient/common/utils.py,*lib/python*/,*egg,build
|