summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 13:26:05 -0700
committerlin-hua-cheng <os.lcheng@gmail.com>2015-06-24 14:28:45 -0700
commit601133e67c202f7503ff38fc65f860ad9032883e (patch)
tree74650cc8c76e946dd54bddf75fba6da7326e92bc
parent60d6954a36e54afa1f925324e7b527d235bdb484 (diff)
downloadxstatic-magic-search-601133e67c202f7503ff38fc65f860ad9032883e.tar.gz
Add tox.ini to enable publish/tarball job
Change-Id: I4dc3e9b4aeaaf0d32046f653654b63cca082fdc6
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..b2e3912
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,10 @@
+[tox]
+minversion = 1.6
+skipsdist = True
+envlist = py27,py33,py34
+
+[testenv:venv]
+commands = {posargs}
+
+[tox:jenkins]
+downloadcache = ~/cache/pip