Skip to content

Commit

Permalink
use coverage run for running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed May 14, 2018
1 parent 8e8e051 commit 0ec41c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ test:
requires:
- pytest
- codecov
- pytest-cov
- coverage
source_files:
- tests
- setup.py
imports:
- straditize
- straditize.widgets
commands:
- straditize --help
- pytest -v --cov=straditize --cov-config .coveragerc --cov-report term-missing -v
- coverage run --source=straditize setup.py test -a "-v"
- codecov


Expand Down

0 comments on commit 0ec41c5

Please sign in to comment.