Skip to content

Commit

Permalink
skip doctests in make summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhammonds committed May 18, 2020
1 parent e9be397 commit 70df9b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ coverage:

# Run doctests
doctests:
@printf "\n\nCHECK DOCTEST EXAMPLES: \n"
@pytest --doctest-modules --ignore=$(MODULE)/tests $(MODULE)
#@printf "\n\nCHECK DOCTEST EXAMPLES: \n"
#@pytest --doctest-modules --ignore=$(MODULE)/tests $(MODULE)
@printf "\n\nSKIPPING DOCTESTS - NONE IMPLEMENTED \n"

##########################################################################
## CODE LINTING
Expand Down

0 comments on commit 70df9b6

Please sign in to comment.