Skip to content

Commit

Permalink
UPDATE: .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Jun 29, 2018
1 parent 85b5720 commit 7d7eabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ script:
- pytest
after_success:
- pip install coveralls
- coverage run --source=bayeso setup.py test
- coverage run setup.py test
- coveralls

0 comments on commit 7d7eabd

Please sign in to comment.