surveil/tox.ini
aviau 5859c853f5 License pack_upload.py under AGPL
Change-Id: I1136670f468967ab88da4e1702ae2875bcaddad9
2015-04-08 11:14:52 -04:00

27 lines
647 B
INI

[tox]
minverson = 1.6
envlist = py33, py27, pep8, docs
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U --force-reinstall {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
git+https://github.com/reazem/shinken.git@setup_py#egg=shinken
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*,*lib/python*/,*egg,build,*doc/conf.py,surveil/cmd/pack_upload.py