https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9d6f01bfaa93014ec1ee3591845e409b00dd3719 authored by Matthew Kolopanis on 29 May 2019, 18:05:56 UTC, committed by Bryna Hazelton on 29 May 2019, 19:01:41 UTC
1 parent d31fe84
Raw File
Tip revision: 9d6f01bfaa93014ec1ee3591845e409b00dd3719 authored by Matthew Kolopanis on 29 May 2019, 18:05:56 UTC
changelog update
Tip revision: 9d6f01b
.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