https://github.com/astropy/astropy
Raw File
Tip revision: 0a06e9aef297dbc3d9334afad57b79acaa540fd3 authored by P. L. Lim on 05 April 2024, 20:35:05 UTC
Merge pull request #16277 from eerovaher/coord-matching-tests
Tip revision: 0a06e9a
asv.ci.conf.json
 {
   "version": 1,
   "project": "astropy",
   "project_url": "http://www.astropy.org/",
   "repo": ".",
   "build_command": [
     "python -m build --wheel -o {build_cache_dir} {build_dir}"
   ],
   "branches": ["main"],
   "show_commit_url": "http://github.com/astropy/astropy/commit/",
   "pythons": ["3.11"],
   "matrix": {
     "Cython": [],
     "build": [],
     "packaging": [],
     "scipy": [],
     "matplotlib": []
   },
   "environment_type": "virtualenv",
   "benchmark_dir": "astropy-benchmarks/benchmarks"
 }
back to top