diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-04 15:04:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-04 15:04:39 +0000 |
commit | 9143c0beda96a82579dc6ca87cba5ba74b907dea (patch) | |
tree | 79e9ef1de7f0919c55bcaad00f0d3b110b1ce371 /tox.ini | |
parent | Releasing debian version 1.5.14-1. (diff) | |
download | identify-9143c0beda96a82579dc6ca87cba5ba74b907dea.tar.xz identify-9143c0beda96a82579dc6ca87cba5ba74b907dea.zip |
Merging upstream version 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 |