From c2659a7917b767067fa6432598e450f4b3d30845 Mon Sep 17 00:00:00 2001 From: lin-hua-cheng Date: Tue, 23 Jun 2015 14:21:17 -0700 Subject: [PATCH] Add tox.ini to enable publish/tarball job Change-Id: I3d1a7ac803e9102cac67d9f08cf8db72b7bd554e --- tox.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..878839e --- /dev/null +++ b/tox.ini @@ -0,0 +1,11 @@ +[tox] +minversion = 1.6 +skipsdist = True +envlist = py27,py33,py34 + +[testenv:venv] +commands = {posargs} + +[tox:jenkins] +downloadcache = ~/cache/pip +