vmware-vspc/tox.ini
Radoslav Gerganov cd1a8b933d Start using pbr
Use pbr for packaging.
Also swith to py35 in tox.ini to match the configuration of the CI jobs.

Change-Id: Ib5602177d940d07813600ad7c220786f1a656c76
2017-02-22 14:42:28 -05:00

17 lines
386 B
INI

[tox]
envlist = py35,pep8
skipsdist = True
[testenv]
deps = -rrequirements.txt
-rtest-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
basepython = /usr/bin/python3
commands = flake8
[flake8]
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405
exclude = venv,.venv,.git,.tox,dist,doc,*lib/python*,*egg,build