https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 22f3ba85e88ba8b05fda718a778f959bb74bef15 authored by Adam Beardsley on 04 April 2019, 20:58:58 UTC, committed by Bryna Hazelton on 22 April 2019, 17:25:26 UTC
1 parent 4ea1c65
Raw File
Tip revision: 22f3ba85e88ba8b05fda718a778f959bb74bef15 authored by Adam Beardsley on 04 April 2019, 20:58:58 UTC
fix function call
Tip revision: 22f3ba8
.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