From febe8002d9a99dd4a0eddca4ea2ef9387a98b61b Mon Sep 17 00:00:00 2001
From: Stefano Zacchiroli <zack@upsilon.cc>
Date: Sat, 28 Sep 2019 13:28:12 +0200
Subject: [PATCH] tox: anticipate mypy run to just after flake8

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

diff --git a/tox.ini b/tox.ini
index a33e8cee..1eb5527b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist=flake8,py3,mypy
+envlist=flake8,mypy,py3
 
 [testenv:py3]
 deps =
-- 
GitLab