https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8c7c42c2cbe70f3b6e293319bc399d6a5be2e792 authored by Adam Beardsley on 09 April 2019, 22:48:18 UTC, committed by Bryna Hazelton on 22 April 2019, 17:25:26 UTC
1 parent 230a665
Raw File
Tip revision: 8c7c42c2cbe70f3b6e293319bc399d6a5be2e792 authored by Adam Beardsley on 09 April 2019, 22:48:18 UTC
move output test file
Tip revision: 8c7c42c
.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