summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-18 16:55:29 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-18 16:55:29 +0200
commitbb348145a9a3fb46d14cdd4557bb19ca83cf2c70 (patch)
tree4c00d3b34b305140475efe79b439ecbadd4db5ed
parentf381b0f7d1e34a84d1abab4c7855438515ca0da8 (diff)
downloadgemato-bb348145a9a3fb46d14cdd4557bb19ca83cf2c70.tar.gz
tox: Remove nodeps case, it is no longer useful
Now that the default layout requires BLAKE2B, there's no point in testing gemato without it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 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