Add tox.ini to enable publish/tarball job

Change-Id: Ib691761a6c0f23e7ef32fecc5c09db66b38f6aba
This commit is contained in:
lin-hua-cheng 2015-06-23 13:34:47 -07:00
parent c5b8b98c82
commit 5361bc88e2
1 changed files with 11 additions and 0 deletions

11
tox.ini Normal file
View File

@ -0,0 +1,11 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py33,py34
[testenv:venv]
commands = {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip