From 7f9e703418784ee0d68bfbcc454aaebd27613523 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Thu, 21 Nov 2019 13:57:45 +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 1c535aa..c3e071e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist=flake8,mypy,py3 -[testenv:py3] +[testenv] deps = .[testing] pytest-cov -- GitLab