astropy / package-template

Template for packages that use Astropy. Maintainer: @astrofrog
http://docs.astropy.org/projects/package-template/en/latest/
Other
60 stars 63 forks source link

Updating travis to add before install instructions #476

Closed dr-rodriguez closed 4 years ago

dr-rodriguez commented 4 years ago

Updating default travis template to include generating coverage.xml for use by codecov and coveralls. This addresses #475

An alternative to this is that the coverage.xml generation is controlled entirely in tox, but I think having an explicit example of how to set up before install in travis is a good idea.