https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1f4345de9ae05d6b07ade61f7dc52f6a2cd13888 authored by Paul La Plante on 26 October 2018, 22:12:17 UTC, committed by Paul La Plante on 30 October 2018, 00:46:57 UTC
1 parent b948152
Raw File
Tip revision: 1f4345de9ae05d6b07ade61f7dc52f6a2cd13888 authored by Paul La Plante on 26 October 2018, 22:12:17 UTC
Add function for handling backwards compatibility
Tip revision: 1f4345d
.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