https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 78e6b49bf37fecdd7edc8bd4286d79e9cfbbd71d authored by Paul La Plante on 31 May 2019, 18:00:06 UTC, committed by Bryna Hazelton on 31 May 2019, 21:26:09 UTC
1 parent 82a9bd3
Raw File
Tip revision: 78e6b49bf37fecdd7edc8bd4286d79e9cfbbd71d authored by Paul La Plante on 31 May 2019, 18:00:06 UTC
Add pyyaml too
Tip revision: 78e6b49
.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