https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5f17939734421ceed0fdd4b0b96117dd9a35ee47 authored by Bryna Hazelton on 17 December 2019, 19:58:04 UTC, committed by Bryna Hazelton on 20 December 2019, 20:14:24 UTC
1 parent 8705e4d
Raw File
Tip revision: 5f17939734421ceed0fdd4b0b96117dd9a35ee47 authored by Bryna Hazelton on 17 December 2019, 19:58:04 UTC
finish plumbing time_range in uvifts and uvh5
Tip revision: 5f17939
.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