Add simple tox.ini to make gate working

Change-Id: I9f487d504f3bcff8e12783b2e5f46ad551a30b51
This commit is contained in:
Sergey Lukjanov 2013-10-15 10:50:47 -07:00
parent cb84cebfc4
commit 37bf2d5da3
1 changed files with 19 additions and 0 deletions

19
tox.ini Normal file
View File

@ -0,0 +1,19 @@
[tox]
envlist = pep8
minversion = 1.6
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
#commands = flake8 {posargs}
[testenv:venv]
commands = {posargs}