From bb29ed4e90facfa510af7685e0e658b501957620 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 25 Aug 2020 16:33:35 +0200 Subject: Stop pretending to test py<3.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7184704..253d5d3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = qa,py34,py35,py36,py37,py38,py39,pypy3 +envlist = qa,py36,py37,py38,py39,pypy3 skip_missing_interpreters = True # we operate on sources anyway skipsdist = True @@ -16,8 +16,6 @@ deps = pytest pytest-cov pytest-xdist - py34,py35: pyblake2 - py34,py35: pysha3 commands = pytest -vv --cov=gemato --cov-config=.coveragerc -n auto {posargs} -- cgit v1.2.3