mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
6 lines
86 B
INI
6 lines
86 B
INI
[tox]
|
|
envlist = py{36}
|
|
|
|
[testenv]
|
|
commands = py.test --cov=burpui tests/
|
|
deps = .[ci]
|