Skip to content

Commit

Permalink
Workaround for clean unittest output
Browse files Browse the repository at this point in the history
  • Loading branch information
PanPip committed Jun 12, 2020
1 parent 85e283c commit 5a357ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ git:
# command to run scripts
script:
- pylint mlfinlab --rcfile=.pylintrc -f text
- "travis_wait 20 sleep 1200 &"
- bash coverage
after_success:
- codecov
2 changes: 1 addition & 1 deletion coverage
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rm -fR cover/
coverage erase

# Discover and run all tests
coverage run --concurrency=multiprocessing -m unittest discover
coverage run --concurrency=multiprocessing -m unittest discover -b

coverage combine
res_combine=$?
Expand Down

0 comments on commit 5a357ec

Please sign in to comment.