Skip to content

Commit

Permalink
FIX: fix code coverage package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-gill committed Mar 23, 2019
1 parent 2b133f0 commit 99ef7f7
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 @@ -12,5 +12,5 @@ install:
- pip install pytest-cov tempdir>=0.7.1 future codecov
# command to run tests
script:
- pytest --cov=PI_build
- pytest --cov=vtkAtamai
- codecov

0 comments on commit 99ef7f7

Please sign in to comment.