diff --git a/noxfile.py b/noxfile.py index b072fb08..468cd0c9 100644 --- a/noxfile.py +++ b/noxfile.py @@ -16,7 +16,7 @@ #: Default to reusing any pre-existing nox environments. -nox.options.reuse_existing_virtualenvs = False +nox.options.reuse_existing_virtualenvs = True #: Name of the package to test. PACKAGE = "esmf_regrid"