summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 13:34:47 -0700
committerlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 13:34:54 -0700
commit5361bc88e2cb6b45b9a910e830656c6b017f0cd8 (patch)
tree165be713ef53f2d90a589e2d5c8d5c611fec70a8
parentc5b8b98c82f251f82f6c9a9de479b62dec8e77ea (diff)
downloadxstatic-angular-fileupload-5361bc88e2cb6b45b9a910e830656c6b017f0cd8.tar.gz
Add tox.ini to enable publish/tarball job
Change-Id: Ib691761a6c0f23e7ef32fecc5c09db66b38f6aba
-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
+