https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 02d541841915f02e1c3cdc3e76369e55a9ff9d98 authored by Bryna Hazelton on 05 November 2017, 05:52:31 UTC, committed by Adam Beardsley on 07 November 2017, 23:01:04 UTC
1 parent b902930
Raw File
Tip revision: 02d541841915f02e1c3cdc3e76369e55a9ff9d98 authored by Bryna Hazelton on 05 November 2017, 05:52:31 UTC
pep8 fixes, update readme
Tip revision: 02d5418
.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