burp-ui/tox.ini
2019-09-20 21:47:35 +02:00

17 lines
375 B
INI

[tox]
envlist = py{36,37,38}
[testenv]
description = Run burp-ui unit tests
commands = py.test --cov={envsitepackagesdir}/burpui --junitxml=.reports/burpui.junit.xml tests/
deps = .[ci]
[testenv:pep8]
deps = flake8
commands = flake8
[flake8]
exclude = .tox,docs,migrations,.git,docker,pkgs
ignore = E501,E722,W605,W504
show-source = true
application-import-names = burpui