summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:09:33 -0700
committerlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:09:41 -0700
commit2072c604813e6f6071afa8253eb9e153592fb0eb (patch)
tree9176b9b32448bb4b91def28e48550e87442b8b0f
parent60caf41e32d49f9bc715c39570f01449ebfbd37a (diff)
downloadxstatic-bootstrap-datepicker-2072c604813e6f6071afa8253eb9e153592fb0eb.tar.gz
Add tox.ini to enable publish/tarball job
Change-Id: I32b69492a5f9850ea4064ee509286e5844f49668
-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
+