Add tox.ini to enable publish/tarball job

Change-Id: I4dc3e9b4aeaaf0d32046f653654b63cca082fdc6
This commit is contained in:
lin-hua-cheng 2015-06-23 13:26:05 -07:00
parent 60d6954a36
commit 601133e67c
1 changed files with 10 additions and 0 deletions

10
tox.ini Normal file
View File

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