hipspy / hips

Python library to handle HiPS
https://hips.readthedocs.io
13 stars 16 forks source link

Update hips/conftest.py #20

Closed cdeil closed 7 years ago

cdeil commented 7 years ago

This pull request causes the test runner to print out more useful info at the top, specifically:

@adl1995 - I'm adding this because in this build https://travis-ci.org/hipspy/hips/jobs/239317653#L1006 from your PR #19 it's not clear from the log which healpy version is used there.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 8a79e4333b85b17ac19853a3af24f02b262c292d on cdeil:conftest into bb4cc7f387380adad95942ed51bd6b35cd7f1dd2 on hipspy:master.

cdeil commented 7 years ago

Now when running the tests, the hips version is printed: https://travis-ci.org/hipspy/hips/jobs/239753329#L1026 and the healpy version is printed: https://travis-ci.org/hipspy/hips/jobs/239753329#L1048

Merging this now.