Skip to content

Commit

Permalink
Add coverall support
Browse files Browse the repository at this point in the history
  • Loading branch information
vit- committed May 18, 2016
1 parent 4204410 commit 027c739
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: python
python:
- '3.5'
install: "pip install -r requirements.txt"
install:
- pip install -r requirements-dev.txt
- pip install coveralls
script: py.test
after_success: coveralls
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements.txt
pytest
pytest-cov
ipdb
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[pytest]
testpaths = uz
addopts = --cov-report html --cov-report xml --cov-report term-missing --cov=uz

0 comments on commit 027c739

Please sign in to comment.