Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsca committed Sep 27, 2019
1 parent b5af2c4 commit a058410
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ matrix:
- python: 'nightly'

before_install:
- pip install -U pip
- pip install -U pip coveralls

install:
- pip install .[testing]

script: pytest -x --mypy-ignore-missing-imports .
script:
- pytest --cov copier copier tests

after_success:
- coveralls
2 changes: 1 addition & 1 deletion mm.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"pytest",
"pytest-mock",
"pytest-mypy"
"pytest-cov",
],
"development_requires": [
"pytest-cov",
"pytest-flake8",
"flake8",
"ipdb",
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ testing =
pytest
pytest-mock
pytest-mypy
pytest-cov

dev =
# Testing & Validation
Expand Down

0 comments on commit a058410

Please sign in to comment.