summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-08-08 14:05:35 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-08-08 14:05:35 +0200
commit986a40c1db37f20059b8d5ee3922d7cf227f79bf (patch)
treec4871161b0924ea2d3ea5ecc079f593f9b89f12e /tox.ini
parent730aaf430dbf5fc06ef44001388ac278a389efe8 (diff)
downloadsetuptools-scm-986a40c1db37f20059b8d5ee3922d7cf227f79bf.tar.gz
repare changelog and begin warnings crackdown
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c5edb78..121beb5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,9 @@
[tox]
envlist=py{27,34,35,36,37}-test,flake8,check_readme,py{27,36}-selfcheck
+[pytest]
+filterwarnings=error
+
[flake8]
max-complexity = 10
max-line-length = 88