Add a tox.ini placeholder
This doesn't do much but allows the python-jobs to pass in gate in the meantime. Long term we can employ dib-lint from diskimage-builder to enforce some lintian checks on the element code. Change-Id: I14331c57b4cc7525af47c9d4b83ff6e879e1c549
This commit is contained in:
parent
0bb7af2528
commit
f68b9d41d6
18
tox.ini
Normal file
18
tox.ini
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
[tox]
|
||||||
|
envlist = py34,py26,py27,pep8
|
||||||
|
minversion = 1.6
|
||||||
|
skipsdist = True
|
||||||
|
|
||||||
|
[testenv]
|
||||||
|
commands=
|
||||||
|
python -c "print 'nothing to do yet'"
|
||||||
|
|
||||||
|
[testenv:pep8]
|
||||||
|
commands =
|
||||||
|
python -c "print 'nothing to do yet'"
|
||||||
|
|
||||||
|
[testenv:venv]
|
||||||
|
commands = {posargs}
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
commands = python setup.py build_sphinx
|
Loading…
x
Reference in New Issue
Block a user