Stop running nox on first error (#286)

This commit is contained in:
Jt Miclat 2019-08-28 00:08:50 +08:00 committed by Seth Michael Larson
parent e7aa6d6710
commit 33032df0b0

View File

@ -1,5 +1,7 @@
import nox
nox.options.stop_on_first_error = True
source_files = ("httpx", "tests", "setup.py", "noxfile.py")