summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:11:03 -0700
committerlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:11:10 -0700
commit723a56b095bfcd1d848725206cdfc30001021b47 (patch)
tree6457c161dcbc68487abaf23c2fa38574e52729d0
parent1e754e73c801fb9315995ffeb95ae51233c4fcaf (diff)
downloadxstatic-d3-723a56b095bfcd1d848725206cdfc30001021b47.tar.gz
Add tox.ini to enable publish/tarball job
Change-Id: I51e131d503b4ec1ddc0186fc2ac708a71adef207
-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
+