aaf7c93ae6
Partially implements: blueprint python-client Change-Id: I7ac8aedf5b7504c63d12119e1ba0842e3ce01e63
23 lines
333 B
INI
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}
|