astropy / coordinates-benchmark

Accuracy Benchmarks of different coordinate conversion codes. Maintainers: @astrojuanlu, @astrofrog, and @cdeil
https://www.astropy.org/coordinates-benchmark/summary.html
11 stars 12 forks source link

Use Python 3 for publishing results #64

Closed bmerry closed 4 years ago

bmerry commented 4 years ago

In .travis.yml, results are published when on master branch and using Python 2.7. Since astropy no longer supports Python 2, publishing results from Python 3 would presumably give more recent results.

astrojuanlu commented 4 years ago

We decided in #66 to drop Python 2 altogether, given that all the tools using for the comparison work in Python 3.6.

astrojuanlu commented 4 years ago

@bmerry gh-68