Skip to content

Commit

Permalink
Adding coverage statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
vprusso committed Apr 16, 2018
1 parent 4c7f1c3 commit af26c7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ python:
install:
- pip install -r requirements.txt
- pip install coveralls
script: nosetests
script: nosetests --with-coverage --cover-package=scirate
notifications:
email: false
after_success:
Expand Down
7 changes: 7 additions & 0 deletions setup.cfg
@@ -0,0 +1,7 @@
[metadata]
# This includes the license file in the wheel.
license_file = LICENSE.txt
description_file = README.rst

[bdist_wheel]
universal=1

0 comments on commit af26c7b

Please sign in to comment.