Skip to content

Commit

Permalink
Add coveralls integration into travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Feb 5, 2014
1 parent 5376c53 commit d1330ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ before_install:
install:
- pip install Cython
- pip install git+git://github.com/astropy/astropy
- pip install coverage
- pip install coveralls
# need to install scripts because one test ends up invoking a subprocess
- python setup.py install_scripts
script:
- python setup.py test
coverage run --source=msumastro setup.py test
after_success:
coveralls

0 comments on commit d1330ab

Please sign in to comment.