From a0aa2307322cd47bbf416810ac0292925e03be87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:39:49 +0200 Subject: Adding upstream version 1:7.0.3. Signed-off-by: Daniel Baumann --- suricata-update/tox.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 suricata-update/tox.ini (limited to 'suricata-update/tox.ini') diff --git a/suricata-update/tox.ini b/suricata-update/tox.ini new file mode 100644 index 0000000..5ce1245 --- /dev/null +++ b/suricata-update/tox.ini @@ -0,0 +1,13 @@ +# Tox (https://tox.readthedocs.io/) is a tool for running tests +# in multiple virtualenvs. This configuration file will run the +# test suite on all supported python versions. To use it, "pip install tox" +# and then run "tox" from this directory. + +[tox] +envlist = py27, py36, py37, py38 + +[testenv] +commands = pytest +deps = + pytest + pyyaml -- cgit v1.2.3