https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6ba60f7884a59b4d63de7fa0ea77063b91d0d625 authored by Bryna Hazelton on 31 May 2019, 22:30:16 UTC, committed by Bryna Hazelton on 03 June 2019, 15:05:24 UTC
1 parent a5aca36
Raw File
Tip revision: 6ba60f7884a59b4d63de7fa0ea77063b91d0d625 authored by Bryna Hazelton on 31 May 2019, 22:30:16 UTC
update changelog
Tip revision: 6ba60f7
.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