From 2a3f462e3e26d33ae0d12dab6cf7732139b76647 Mon Sep 17 00:00:00 2001 From: Shankar Kulumani Date: Sat, 2 Dec 2017 21:51:15 -0500 Subject: [PATCH] Install coveralls --- .travis.yml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4861c3d..eb3061c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: install: - python setup.py install script: -- pytest +- pytest --cov=astro after_success: - coveralls deploy: diff --git a/requirements.txt b/requirements.txt index 533641f..a933fc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ matplotlib kinematics spiceypy spacetrack +coveralls pytest pytest-cov