summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:10:22 -0700
committerlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:10:31 -0700
commitd29aa9966bbc92ded272f9acca0d3586b53b97a3 (patch)
treec1268c71204d3cbb2f7cda8345fe0959fdf77c92
parente8ca8e38e464691268faec8cd6ae59777ee7ee9e (diff)
downloadxstatic-bootstrap-scss-d29aa9966bbc92ded272f9acca0d3586b53b97a3.tar.gz
Add tox.ini to enable publish/tarball job
Change-Id: Ib24911eb5882b5562c4b671a32690c4b3be75c92
-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
+