Skip to content

Commit

Permalink
Merge pull request #461 from nhartung/develop
Browse files Browse the repository at this point in the history
Adding --traverse-namespace to nosetests for compatibility with Pytho…
  • Loading branch information
jacebrowning committed Feb 28, 2020
2 parents 3b8a086 + aa12d9f commit 22a5b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -79,7 +79,7 @@ endif

RANDOM_SEED ?= $(shell date +%s)

NOSE_OPTIONS := --with-doctest
NOSE_OPTIONS := --with-doctest --traverse-namespace
ifndef DISABLE_COVERAGE
NOSE_OPTIONS += --with-cov --cov=$(PACKAGE) --cov-report=html --cov-report=term-missing
endif
Expand Down

0 comments on commit 22a5b6e

Please sign in to comment.