Add tox.ini

This is required to be able to build and release the project using
the standard infra tools.  Since there currently aren't any unit
test or doc jobs defined for this project, only a very basic
tox.ini is being added.  It can be filled out later as more jobs
are needed.

Change-Id: I121405d4ec82a4d8252098319fce0a9f5b5bfb4f
This commit is contained in:
Ben Nemec 2014-06-24 17:02:16 +00:00
parent 379d7ad51c
commit 4005611e2d
1 changed files with 9 additions and 0 deletions

9
tox.ini Normal file
View File

@ -0,0 +1,9 @@
[tox]
minversion = 1.6
skipsdist = True
[testenv:venv]
commands = {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip