https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7658bc55d93730c776de91b686a16af01df992d9 authored by Bryna Hazelton on 22 January 2020, 23:08:35 UTC, committed by Jonathan Pober on 07 February 2020, 16:26:36 UTC
1 parent 13e18ca
Raw File
Tip revision: 7658bc55d93730c776de91b686a16af01df992d9 authored by Bryna Hazelton on 22 January 2020, 23:08:35 UTC
more readme wording tweaks
Tip revision: 7658bc5
.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