https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 806deb3138d8312101dea1ccd2c1bcc35317a82b authored by Bryna Hazelton on 12 September 2019, 04:57:10 UTC, committed by Bryna Hazelton on 01 January 2020, 19:04:51 UTC
1 parent 2313619
Raw File
Tip revision: 806deb3138d8312101dea1ccd2c1bcc35317a82b authored by Bryna Hazelton on 12 September 2019, 04:57:10 UTC
Add a basic existence test for mwa_beam
Tip revision: 806deb3
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top