https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8234daa0c9425cc574a931c483fc65331260e294 authored by Bryna Hazelton on 31 May 2019, 23:41:19 UTC, committed by Bryna Hazelton on 03 June 2019, 15:05:24 UTC
1 parent 6ba60f7
Raw File
Tip revision: 8234daa0c9425cc574a931c483fc65331260e294 authored by Bryna Hazelton on 31 May 2019, 23:41:19 UTC
update the tutorial
Tip revision: 8234daa
.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