summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:11:51 -0700
committerlin-hua-cheng <os.lcheng@gmail.com>2015-06-23 14:12:06 -0700
commita8e3c71dd8d5f7edad426d715fc34a9beb60e112 (patch)
tree664569b2dd0e08a08b108569f8c9a3b211c8e2ae
parent954d8de690cf4103a7517f7c9dab4e1107750d4c (diff)
downloadxstatic-font-awesome-a8e3c71dd8d5f7edad426d715fc34a9beb60e112.tar.gz
Add tox.ini to enable publish/tarball job
Change-Id: I9ac1c0ffc7cad01f73cf1742d2d1593e713cd2d9
-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
+