https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2a3ac2d8c3fba9053e20e34ade25fe9af5b5b038 authored by Adam Beardsley on 09 May 2017, 22:12:03 UTC, committed by Adam Beardsley on 11 May 2017, 16:35:19 UTC
1 parent d446e37
Raw File
Tip revision: 2a3ac2d8c3fba9053e20e34ade25fe9af5b5b038 authored by Adam Beardsley on 09 May 2017, 22:12:03 UTC
Should have indices right now
Tip revision: 2a3ac2d
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top