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:
Adam Gandelman 2015-04-28 09:17:27 -07:00
parent 0bb7af2528
commit f68b9d41d6
1 changed files with 18 additions and 0 deletions

18
tox.ini Normal file
View 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