https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 680664d11c73f4afed6837c79aa7e4ff906242b4 authored by Bryna Hazelton on 23 May 2019, 17:43:17 UTC, committed by Bryna Hazelton on 23 May 2019, 18:17:56 UTC
1 parent b003848
Raw File
Tip revision: 680664d11c73f4afed6837c79aa7e4ff906242b4 authored by Bryna Hazelton on 23 May 2019, 17:43:17 UTC
remove the TODO, content is in an issue
Tip revision: 680664d
.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