Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 75b940d

Browse files
author
Tonye Jack
committed
Speed up nox.
1 parent ec8b292 commit 75b940d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ start-release: setup.py
9292
# ----------------------------------------------------------
9393
nox: ## Run nox test
9494
@echo "Running nox..."
95-
@nox -x --report status.json
95+
@nox -r -x --report status.json
9696

9797
clean-test-all: clean-build ## Clean build and test assets.
9898
@rm -rf .tox/

0 commit comments

Comments
 (0)