Skip to content

Commit

Permalink
Issue yell#8 Move configs to nosetest .noserc file
Browse files Browse the repository at this point in the history
  • Loading branch information
SrMouraSilva committed Mar 6, 2019
1 parent 979df38 commit e1e7a7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .noserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ all-modules=True
exe=True
with-doctest=True
exclude-dir=examples
with-coverage=True
cover-erase=True
cover-package=boltzmann_machines
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ THIS_FILE := $(lastword $(MAKEFILE_LIST))

test:
@$(MAKE) -f $(THIS_FILE) clean
TF_CPP_MIN_LOG_LEVEL=3 nosetests --nologcapture --with-coverage --cover-erase --cover-package=boltzmann_machines --nologcapture
TF_CPP_MIN_LOG_LEVEL=3 nosetests --config .noserc --nologcapture
@$(MAKE) -f $(THIS_FILE) clean

clean:
Expand Down

0 comments on commit e1e7a7a

Please sign in to comment.