diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-25 16:33:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-25 16:33:35 +0200 |
commit | bb29ed4e90facfa510af7685e0e658b501957620 (patch) | |
tree | 56ed881c8162d0f6d9a49ad7cbf6a0718bb78eb8 /tox.ini | |
parent | 4f845dc6d7b5effdca990eaf5810bdcb45ad74f7 (diff) | |
download | gemato-bb29ed4e90facfa510af7685e0e658b501957620.tar.gz |
Stop pretending to test py<3.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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} |