pipelines/components/gcp/container/component_sdk/python/tox.ini

12 lines
279 B
INI

[tox]
envlist = py27,py36
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands =
flake8 --version
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
py.test -vvv -s {posargs}