Skip to content

Commit

Permalink
coveage and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Feb 1, 2019
1 parent 2cb20f1 commit 904644b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,9 @@ install:
- pip install .
- pip install -r requirements/reqs-ngstk.txt
- pip install -r requirements/reqs-test.txt
script: pytest
script: pytest -v --cov=pypiper
after_success:
- coveralls
branches:
only:
- dev
Expand Down
3 changes: 1 addition & 2 deletions requirements/reqs-build-release.txt
@@ -1,3 +1,2 @@
twine>=1.12
readme_renderer[md]

twine>=1.12
4 changes: 3 additions & 1 deletion requirements/reqs-test.txt
@@ -1,2 +1,4 @@
mock==2.0.0
pytest==3.0.7
pytest==3.10.1
coveralls>=1.1
pytest-cov==2.6.1

0 comments on commit 904644b

Please sign in to comment.