From 3b26bf368fd59f2f39e63135c44d4da04424bad7 Mon Sep 17 00:00:00 2001
From: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date: Thu, 21 Nov 2019 13:45:48 +0100
Subject: [PATCH] De-specify testenv:py3

Allows us to call tests on things other than python3, with the same settings.
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 833cb668..8d0ed804 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
 [tox]
 envlist=flake8,mypy,py3
 
-[testenv:py3]
+[testenv]
 deps =
   .[testing]
   pytest-cov
-- 
GitLab