Add tox.ini to enable publish/tarball job

Change-Id: Id8d9fec60e0ce69b7958bc215fe4573d792086a2
This commit is contained in:
lin-hua-cheng 2015-06-23 14:25:13 -07:00
parent 07ae7e3a15
commit 23cac967c2

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