From 0fcce96a175531ec6042cde1b11a0052aa261dd5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:43:34 +0200 Subject: Adding upstream version 1.3.2. Signed-off-by: Daniel Baumann --- tox-integration.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tox-integration.ini (limited to 'tox-integration.ini') diff --git a/tox-integration.ini b/tox-integration.ini new file mode 100644 index 0000000..dfa991f --- /dev/null +++ b/tox-integration.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 = python ./tests/integration_tests.py +deps = + pytest + pyyaml -- cgit v1.2.3