From 139119e9544f20baad9319e2eeef0bd1ecb41413 Mon Sep 17 00:00:00 2001 From: Michael H Date: Thu, 9 Jan 2020 12:20:51 -0500 Subject: [PATCH] kill the changelog check, we'll GH Action it (#3301) --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e780f0512..b550ed356 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,6 @@ commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/html" -W -bhtml sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/linkcheck" -W -blinkcheck sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/doctest" -W -bdoctest - make checkchangelog [testenv:style] description = Stylecheck the code with black to see if anything needs changes.