From bb348145a9a3fb46d14cdd4557bb19ca83cf2c70 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 18 Oct 2019 16:55:29 +0200 Subject: tox: Remove nodeps case, it is no longer useful MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that the default layout requires BLAKE2B, there's no point in testing gemato without it. Signed-off-by: Michał Górny --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 9bfa903..e07c0c9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,nodeps,end +envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,end # we operate on sources anyway skipsdist = True @@ -14,9 +14,6 @@ commands = [testenv:incompatible-lzma] basepython = python2.7 -[testenv:nodeps] -basepython = python2.7 - [testenv] deps = coverage -- cgit v1.2.3