Skip to content

Commit 2a3f462

Browse files
committed
Install coveralls
1 parent d495ee6 commit 2a3f462

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
install:
1818
- python setup.py install
1919
script:
20-
- pytest
20+
- pytest --cov=astro
2121
after_success:
2222
- coveralls
2323
deploy:

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ matplotlib
44
kinematics
55
spiceypy
66
spacetrack
7+
coveralls
78
pytest
89
pytest-cov

0 commit comments

Comments
 (0)