]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Stop running nox on first error (#286)
authorJt Miclat <jtmiclat@gmail.com>
Tue, 27 Aug 2019 16:08:50 +0000 (00:08 +0800)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Tue, 27 Aug 2019 16:08:50 +0000 (11:08 -0500)
noxfile.py

index 739470ab99cf68156d171f1935fa9a38f11995b4..dea8595b85caf8d7e93ea47d66a9a48c86b77df6 100644 (file)
@@ -1,5 +1,7 @@
 import nox
 
+nox.options.stop_on_first_error = True
+
 source_files = ("httpx", "tests", "setup.py", "noxfile.py")