Skip to content

Commit

Permalink
not sure coverage run is needed with pytest-cov...
Browse files Browse the repository at this point in the history
  • Loading branch information
wwkimball committed May 8, 2019
1 parent 45541c2 commit 6f8afcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ install:
script:
- pip install -e .
- pytest --verbose --cov=yamlpath --cov-report=term-missing --cov-fail-under=90 tests
- coverage run --source=yamlpath setup.py tests
- coveralls
- pycodestyle yamlpath

Expand Down

0 comments on commit 6f8afcb

Please sign in to comment.