https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3e18b8b4b8fab07067857d6025700df5367334e7 authored by Bryna Hazelton on 20 December 2019, 18:24:02 UTC, committed by Bryna Hazelton on 20 December 2019, 20:14:24 UTC
1 parent de8a461
Raw File
Tip revision: 3e18b8b4b8fab07067857d6025700df5367334e7 authored by Bryna Hazelton on 20 December 2019, 18:24:02 UTC
address review comments
Tip revision: 3e18b8b
.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