burp-ui/tox.ini
2018-07-09 15:51:31 +02:00

6 lines
86 B
INI

[tox]
envlist = py{36}
[testenv]
commands = py.test --cov=burpui tests/
deps = .[ci]