Skip to content

Commit

Permalink
restore removal of karta directory for coverage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
njwilson23 committed Mar 19, 2017
1 parent 6a6fc3b commit 503575e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ install:
- "pip install -r requirements.txt"
- "pip install coveralls"
- "pip install . --no-deps"
- "rm -rf karta/" # clean-up to workaround coverage.py scanning karta/ dir
# while karta module is installed by pip elsewhere

script: coverage run --source=karta tests/runtests.py && coverage report
after_success: coveralls
Expand Down

0 comments on commit 503575e

Please sign in to comment.