https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 01b85e5bcea14e1263d2a98dac2f58a5dda29d9b authored by Bryna Hazelton on 22 January 2020, 18:07:05 UTC, committed by Jonathan Pober on 07 February 2020, 16:26:36 UTC
1 parent b61cec0
Raw File
Tip revision: 01b85e5bcea14e1263d2a98dac2f58a5dda29d9b authored by Bryna Hazelton on 22 January 2020, 18:07:05 UTC
update Paul's affiliation
Tip revision: 01b85e5
.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