e6e54c6576
Removed manual tests which are no longer valid with a modern mini-mon Removed debian creation bits all distribution is with pypi now Minor pep8 fixes Change-Id: I1f2fc4d0ad6375f4c39446f9627247945066e4ad
20 lines
343 B
INI
20 lines
343 B
INI
[tox]
|
|
envlist = py27,pypy,pep8
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
commands = nosetests
|
|
deps = -r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
[testenv:pep8]
|
|
commands = flake8
|
|
|
|
[tox:jenkins]
|
|
downloadcache = ~/cache/pip
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
ignore = F821
|
|
exclude=.venv,.git,.tox,dist,*openstack/common*,*egg,build
|