Skip to content

Commit

Permalink
do not check coverage of test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Apr 24, 2018
1 parent 2b25f98 commit 3258312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
script:
- ls
# - pytest -v # or py.test for Python versions 3.5 and below
- pytest -v --cov-report term --cov-report xml --cov=mass_replace
- pytest -v --cov-report term --cov-report xml --cov=mass_replace tests/
- ls
after_success:
- coveralls

0 comments on commit 3258312

Please sign in to comment.