Skip to content

Commit

Permalink
coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Nov 7, 2018
1 parent 0135a85 commit 0cdfeef
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 @@ -5,6 +5,6 @@ install:
- pip install -U -r requirements.txt
- pip install coveralls
script:
cd supervised && coverage run --source='supervised' -m tests.run_all -v
cd supervised && coverage run -m tests.run_all -v
after_success:
coveralls

0 comments on commit 0cdfeef

Please sign in to comment.