Skip to content

Commit

Permalink
added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
afrubin committed Dec 17, 2019
1 parent 2820637 commit dcdd063
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@ python:
- "3.8-dev"
- "pypy3"
install:
- pip install .
script: python -m unittest
- pip3 install .
before_script:
- pip3 install coverage
- pip3 install coveralls
script:
- coverage run --source fqfa -m unittest
after_success:
- coveralls

0 comments on commit dcdd063

Please sign in to comment.