Skip to content

Commit

Permalink
Reduce verbosity of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 5, 2019
1 parent 8a4b67e commit c9024ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ test:
- straditize.widgets
commands:
- straditize --help
- pytest -sv --cov=straditize
- pytest -v --cov=straditize
--ignore=tests/widgets/test_selection_toolbar.py
--ignore=tests/widgets/test_samples_table.py
- pytest -sv --cov=straditize --cov-append
- pytest -v --cov=straditize --cov-append
tests/widgets/test_selection_toolbar.py
tests/widgets/test_samples_table.py
- codecov
Expand Down

0 comments on commit c9024ca

Please sign in to comment.