Removed warnings as errors argument (#1954)

This commit is contained in:
Kowlin 2018-07-23 02:04:30 +02:00 committed by GitHub
parent bf00f5e9a2
commit 05c389623c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ basepython = python3.6
extras = voice, docs, mongo
commands =
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -W -bhtml
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -W -blinkcheck
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -blinkcheck
[testenv:style]
description = Stylecheck the code with black to see if anything needs changes.