Skip to content

Commit

Permalink
fixing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McCluskey committed Feb 24, 2020
1 parent 038f8ca commit 2ce50c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dist
htmlcov
uravu.egg-info
**/.DS_Store
**/Untitled.ipynb
**/Untitled.ipynb
coverage_html_report
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ python:
install:
- pip install -r requirements.txt
script:
- coverage run -m pytest
- coverage run --source=uravu setup.py test
after_success:
- coveralls

0 comments on commit 2ce50c9

Please sign in to comment.