diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-18 16:55:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-18 16:55:29 +0200 |
commit | bb348145a9a3fb46d14cdd4557bb19ca83cf2c70 (patch) | |
tree | 4c00d3b34b305140475efe79b439ecbadd4db5ed /tox.ini | |
parent | f381b0f7d1e34a84d1abab4c7855438515ca0da8 (diff) | |
download | gemato-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>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |