Skip to content

Commit

Permalink
set default CI testing to non-verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvangentcom committed Dec 9, 2019
1 parent 2c971f0 commit 7593db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import heartpy as hp

if __name__ == '__main__':
hp.run_tests(verbose=1)
hp.run_tests(verbose=0)

0 comments on commit 7593db8

Please sign in to comment.