Skip to content

Commit

Permalink
Extend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplook committed Jul 27, 2020
1 parent 763a1b5 commit d49adc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ install:
- pip install -r requirements_dev.txt
- pip install -e .
script:
- pytest -s -v --cov-report=xml --cov=pyteen tests pyteen/snippets/tests
- pytest -s -v --cov-report=xml --cov=pyteen tests pyteen/snippets
- codecov
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lint:
black -l 79 --diff --check pyteen tests

test:
pytest -s -v --cov-report=xml --cov=pyteen tests pyteen/snippets/tests
pytest -s -v --cov-report=xml --cov=pyteen tests pyteen/snippets

tree:
tree .

0 comments on commit d49adc2

Please sign in to comment.