summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:21:17 -0700
committerlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:21:31 -0700
commitc2659a7917b767067fa6432598e450f4b3d30845 (patch)
treeab110826e2c2b440c7d969b4c8e0bfff06b73405
parent6427ca5406852bc779d6918f487bb0fe3f063e77 (diff)
downloadxstatic-rickshaw-c2659a7917b767067fa6432598e450f4b3d30845.tar.gz
Add tox.ini to enable publish/tarball job
Change-Id: I3d1a7ac803e9102cac67d9f08cf8db72b7bd554e
-rw-r--r--tox.ini11
1 files changed, 11 insertions, 0 deletions
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
+