Add simple tox.ini to make gate working

Change-Id: Ia4923f15c05e57e4e5e3cbfab404cc7e973bf978
This commit is contained in:
Sergey Lukjanov 2013-10-15 10:50:09 -07:00
parent acfae72a6e
commit f9415e3478
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}