https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2562e91fea2bb44decfbde700343b0aac63cd7c9 authored by Bryna Hazelton on 07 November 2017, 18:47:13 UTC, committed by Adam Beardsley on 07 November 2017, 23:01:04 UTC
1 parent aba9af2
Raw File
Tip revision: 2562e91fea2bb44decfbde700343b0aac63cd7c9 authored by Bryna Hazelton on 07 November 2017, 18:47:13 UTC
Address review comments
Tip revision: 2562e91
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top