https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4f988a694f3ec35b8b5c97245edf939fe667d5d3 authored by Bryna Hazelton on 11 April 2019, 00:07:53 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 4268e27
Raw File
Tip revision: 4f988a694f3ec35b8b5c97245edf939fe667d5d3 authored by Bryna Hazelton on 11 April 2019, 00:07:53 UTC
rename ant_order to bl_ant_order
Tip revision: 4f988a6
.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