drop support for Python 2.7 and 3.5

This commit is contained in:
David Lord 2020-04-03 17:23:21 -07:00
parent 7673835b3d
commit a0a61acdec
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
7 changed files with 53 additions and 129 deletions

View file

@ -1,8 +1,7 @@
[bdist_wheel]
universal = true
[tool:pytest]
testpaths = tests
filterwarnings =
error
[coverage:run]
branch = True
@ -12,9 +11,8 @@ source =
[coverage:paths]
source =
src/flask
.tox/*/lib/python*/site-packages/flask
.tox/*/site-packages/flask
src
*/site-packages
[flake8]
# B = bugbear