From d010ab9bee39c49d657b7fccdc31489eb5eeab77 Mon Sep 17 00:00:00 2001 From: Andrey ARISTOV <andrey.aristov@pasteur.fr> Date: Mon, 21 Mar 2022 11:16:45 +0100 Subject: [PATCH] Update tox.ini --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4931016..ec7bbe9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,8 @@ # content of: tox.ini , put in same dir as setup.py [tox] envlist = py38 + +[testenv] +deps = pytest commands = - pytest \ No newline at end of file + pytest -- GitLab