https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4072e785bf105c534e63aefc1057012fbdb83bb7 authored by Bryna Hazelton on 04 June 2019, 14:40:56 UTC, committed by Adam Beardsley on 05 June 2019, 19:39:05 UTC
1 parent 0142392
Raw File
Tip revision: 4072e785bf105c534e63aefc1057012fbdb83bb7 authored by Bryna Hazelton on 04 June 2019, 14:40:56 UTC
update changelog
Tip revision: 4072e78
.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