python-blazarclient/tox.ini
Dina Belova aaf7c93ae6 Initial Climate client implementation
Partially implements: blueprint python-client

Change-Id: I7ac8aedf5b7504c63d12119e1ba0842e3ce01e63
2014-01-14 16:19:03 +04:00

23 lines
333 B
INI

[tox]
envlist = py27,pep8
[testenv]
deps =
-r{toxinidir}/requirements.txt
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
deps =
-r{toxinidir}/test-requirements.txt
commands = flake8
[flake8]
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg
[testenv:venv]
commands = {posargs}