Skip to content

Commit

Permalink
set up travis ci to use coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelpadilla committed Feb 24, 2020
1 parent 49c4212 commit 4b1c8f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ python:
# command to install dependencies
install:
- pip install -U nose2
- pip install -U coveralls
- pip install -U pyyaml
# command to run tests
script:
- nose2
- nose2 --with-coverage
after_success:
- coveralls

0 comments on commit 4b1c8f4

Please sign in to comment.