summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-05-12 09:56:46 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-05-12 09:56:46 +0200
commitef1ffef2fea1d9148c9f0445f7745d2868026c74 (patch)
tree4dc5076e938e61f6d81e366e030d7421c9ecabc8
parentb7d56af1c6daca1bc53d4ffc95433d32eaf546aa (diff)
downloadsetuptools-scm-fix-py38.tar.gz
make the issue marker knownfix-py38
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 54a322a..129f9b4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,8 @@ envlist=py{27,34,35,36,37,38}-test,flake8,check_readme,py{27,37}-selfcheck
[pytest]
filterwarnings=error
+markers=
+ issue(id): reference to github issue
[flake8]
max-complexity = 10