Merge "Add tox.ini to enable publish/tarball job"

This commit is contained in:
Jenkins 2015-07-21 21:04:01 +00:00 committed by Gerrit Code Review
commit 25574563e5
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