Add tox.ini to enable publish/tarball job

Change-Id: I51e131d503b4ec1ddc0186fc2ac708a71adef207
This commit is contained in:
lin-hua-cheng 2015-06-23 14:11:03 -07:00
parent 1e754e73c8
commit 723a56b095
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