Skip to content

Commit

Permalink
Install coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
skulumani committed Dec 3, 2017
1 parent d495ee6 commit 2a3f462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ before_install:
install:
- python setup.py install
script:
- pytest
- pytest --cov=astro
after_success:
- coveralls
deploy:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -4,5 +4,6 @@ matplotlib
kinematics
spiceypy
spacetrack
coveralls
pytest
pytest-cov

0 comments on commit 2a3f462

Please sign in to comment.