Add tox.ini to enable publish/tarball job

Change-Id: Ib24911eb5882b5562c4b671a32690c4b3be75c92
This commit is contained in:
lin-hua-cheng 2015-06-23 14:10:22 -07:00
parent e8ca8e38e4
commit d29aa9966b
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