From d5e337c5a5b7f9d561be31b1fa102288b8ebcd53 Mon Sep 17 00:00:00 2001 From: Panos Garefalakis Date: Fri, 16 Oct 2020 13:30:07 +0100 Subject: [PATCH] Cleaning --- tox.ini | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/tox.ini b/tox.ini index 7c26508..272eb5f 100644 --- a/tox.ini +++ b/tox.ini @@ -30,22 +30,12 @@ python_files=*.py python_functions=test_ norecursedirs=.tox .git .eggs -[testenv:py36] -basepython=python3.6 -commands= - py.test tests --doctest-module - -[testenv:py36verbose] -basepython=python3.6 -commands= - py.test tests --doctest-module --cov=. --cov-report term - -[testenv:py3] +[testenv:pyDev] basepython=python3.9 commands= py.test tests --doctest-modules -[testenv:py3verbose] +[testenv:pyDevVerbose] basepython=python3.9 commands= py.test tests --doctest-modules --cov=. --cov-report term \ No newline at end of file