Add Travis CI Status badge on README

This commit is contained in:
Bruno Bord 2019-10-04 09:58:47 +02:00
parent b681451b59
commit 864121d585
No known key found for this signature in database
GPG Key ID: 9499EA6788BF80A1
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
* Added automated tests through Travis CI.
* Generate a catalog of the expiration dates for files,
* Detect when a file has expired and raise a ``UserWarning``
* Add Travis CI badge on README.
## 0.0.2 (2019-08-23)

View File

@ -1,5 +1,7 @@
# Data files for Skyfield
[![Build Status](https://travis-ci.org/brunobord/skyfield-data.svg?branch=master)](https://travis-ci.org/brunobord/skyfield-data)
## Rationale
[Skyfield](https://rhodesmill.org/skyfield/) is a Python library for astronomical computations. It depends on various data files to accurately compute moon phases, planet positions, etc.