mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
6 lines
134 B
INI
6 lines
134 B
INI
[tox]
|
|
envlist = py{27,34,36}
|
|
|
|
[testenv]
|
|
commands = nosetests --with-coverage --cover-package=burpui tests/test_burpui.py
|
|
deps = .[ci]
|