Skip to content

Commit

Permalink
Add coveralls support on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Oct 15, 2014
1 parent 656f77b commit 740bebb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ install:
# custom package not available from conda
- pip install viridis

# install testing and coverage packages
- pip install pytest pytest-cov
- pip install coveralls

# Install gala
- printenv PWD
Expand All @@ -31,3 +33,6 @@ install:
script:
# Run tests
- py.test

after_success:
- coveralls

0 comments on commit 740bebb

Please sign in to comment.