Skip to content

Commit

Permalink
Use coved
Browse files Browse the repository at this point in the history
Resolves #30
  • Loading branch information
coldfix committed Oct 6, 2015
1 parent 059842f commit e7be103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ install:
# to check the version installed from the source distribution:
- rm -r cpymad

- pip install nose coverage coveralls
- pip install coverage coveralls coved
# Actual tests:
script:
- coverage run --source=cpymad test/test_rpc.py -v
- coverage run --source=cpymad -a test/test_util.py -v
- coverage run --source=cpymad -a test/test_madx.py -v

after_success:
- python -m coved '^/.*/site-packages/' '/'
- coveralls

cache:
Expand Down

0 comments on commit e7be103

Please sign in to comment.