https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e24ecc05ae2ebdac45e68719576f21d12b5050f9 authored by Bryna Hazelton on 06 February 2020, 22:20:33 UTC, committed by Bryna Hazelton on 07 February 2020, 01:01:42 UTC
1 parent e927b90
Raw File
Tip revision: e24ecc05ae2ebdac45e68719576f21d12b5050f9 authored by Bryna Hazelton on 06 February 2020, 22:20:33 UTC
remove tutorial cleanup section
Tip revision: e24ecc0
.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