sahara-image-elements/tox.ini

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}