summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 13:39:03 -0700
committerlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 13:41:09 -0700
commit5a82b2238ec093ce200724061dda30dcba69035d (patch)
tree0c88b340365a8264fcbc06b0bdad76052c379c18
parentdd113539b96a58c12cad1620a826dbd22335f19d (diff)
downloadxstatic-angular-5a82b2238ec093ce200724061dda30dcba69035d.tar.gz
Add tox.ini to enable publish/tarball job
Change-Id: I68b5329b836b4d267ea8a981beadf1618b3d50d9
-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
+