From 53c2a25f476bbb83195550c6ab80743e7c16f36a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com>
Date: Tue, 15 Jun 2021 07:41:23 +0200
Subject: [PATCH] Add ls in tox commands

---
 tox.ini | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/tox.ini b/tox.ini
index c5655d8..af40098 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,6 @@
 [tox]
 envlist = py38, py39, flake8
 
-;[travis]
-;python =
-;    3.9: py39
-;    3.8: py38
-
 [testenv:flake8]
 basepython = python
 deps = flake8
@@ -20,6 +15,7 @@ deps =
 ; requirements.txt with the pinned versions and uncomment the following line:
 ;     -r{toxinidir}/requirements.txt
 commands =
+    ls -la
     pip install -U pip
     pytest --basetemp={envtmpdir}
 
-- 
GitLab