From 830dc93e8afdfbf3ba48b52faf8407f8ab508a5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com>
Date: Tue, 15 Jun 2021 07:52:26 +0200
Subject: [PATCH] Add skipsdist = True

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

diff --git a/tox.ini b/tox.ini
index 1d7d3da..4dc38fb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
 [tox]
 envlist = flake8
+skipsdist = True
 
 [testenv:flake8]
 basepython = python
-- 
GitLab