From 6c5c694c123dcdbbc835aa46e4e1cc6baf8a4948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com> Date: Tue, 15 Jun 2021 07:47:46 +0200 Subject: [PATCH] Add ls in tox commands --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index af40098..a49b265 100644 --- a/tox.ini +++ b/tox.ini @@ -17,5 +17,6 @@ deps = commands = ls -la pip install -U pip - pytest --basetemp={envtmpdir} + pytest +; pytest --basetemp={envtmpdir} -- GitLab