https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ab54919bca458992dd3c5210b43b3064b775d276 authored by Adam Lanman on 12 December 2019, 18:23:54 UTC, committed by Bryna Hazelton on 13 December 2019, 20:31:50 UTC
1 parent 7619776
Raw File
Tip revision: ab54919bca458992dd3c5210b43b3064b775d276 authored by Adam Lanman on 12 December 2019, 18:23:54 UTC
update changelog
Tip revision: ab54919
.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