Files
sahara-image-elements/tox.ini
Sergey Lukjanov 37bf2d5da3 Add simple tox.ini to make gate working
Change-Id: I9f487d504f3bcff8e12783b2e5f46ad551a30b51
2013-10-15 10:50:47 -07:00

20 lines
294 B
INI

[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}