Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Jul 10, 2018
1 parent fece743 commit a40ef5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis-ci
repo_token: 8U0UwPthqAyT0kkK9ZTxt0XhG3bR0Ot4q
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ python:
- "3.6"
# - "3.7"
script:
- python setup.py test
- coverage3 run setup.py test
after_success:
- coveralls

0 comments on commit a40ef5a

Please sign in to comment.