diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-04 15:04:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-04 15:04:29 +0000 |
commit | db009d021fe4053a5438f97675b68d540b3fb9ec (patch) | |
tree | 21d30e8ede2a78657c56937a508f97b828ed7c9d /tox.ini | |
parent | Adding upstream version 1.5.14. (diff) | |
download | identify-db009d021fe4053a5438f97675b68d540b3fb9ec.tar.xz identify-db009d021fe4053a5438f97675b68d540b3fb9ec.zip |
Adding upstream version 2.1.0.upstream/2.1.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27,py35,py36,pypy,pre-commit +envlist = py36,pypy3,pre-commit [testenv] deps = -rrequirements-dev.txt |