Skip to content

Commit

Permalink
Merge pull request #319 from nickhand/add_coverage
Browse files Browse the repository at this point in the history
update travis with coveralls submission
  • Loading branch information
nickhand committed Mar 23, 2017
2 parents c534e66 + 5a12a04 commit 3b83376
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ install:

# need nose for tests
- conda install --yes nose
# need coveralls for coverage
- pip install coveralls

# install base dependencies
- conda install --yes --file requirements.txt
Expand All @@ -44,7 +46,10 @@ install:
- pip install .[extras]

script:
- python runtests.py --mpirun='mpirun -np 4' -v
- python runtests.py --mpirun='mpirun -np 4' -v --coverage

after_success:
- cd build/test; coveralls

deploy:
- provider: pypi
Expand Down

0 comments on commit 3b83376

Please sign in to comment.