Add tox.ini to enable publish/tarball job

Change-Id: I2553490ea60510576b69f2d4e76ab75bb4710c20
This commit is contained in:
lin-hua-cheng 2015-06-23 13:40:46 -07:00
parent b581edb697
commit 26c751b4b2
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