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