From: Jt Miclat Date: Tue, 27 Aug 2019 16:08:50 +0000 (+0800) Subject: Stop running nox on first error (#286) X-Git-Tag: 0.7.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33032df0b03e885f1cb6215bb093389481c8a3dc;p=thirdparty%2Fhttpx.git Stop running nox on first error (#286) --- diff --git a/noxfile.py b/noxfile.py index 739470ab..dea8595b 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,5 +1,7 @@ import nox +nox.options.stop_on_first_error = True + source_files = ("httpx", "tests", "setup.py", "noxfile.py")