From 4005611e2d6222ef228c6143fd8eb9246bf24a75 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 24 Jun 2014 17:02:16 +0000 Subject: [PATCH] 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 --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..dea25a7 --- /dev/null +++ b/tox.ini @@ -0,0 +1,9 @@ +[tox] +minversion = 1.6 +skipsdist = True + +[testenv:venv] +commands = {posargs} + +[tox:jenkins] +downloadcache = ~/cache/pip