https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c0f73f2d815b26ea47037219a8ff6c294d54a314 authored by EXTERNAL-Ewall-Wice on 12 September 2018, 01:20:05 UTC, committed by EXTERNAL-Ewall-Wice on 12 September 2018, 01:20:05 UTC
1 parent 44b36a8
Raw File
Tip revision: c0f73f2d815b26ea47037219a8ff6c294d54a314 authored by EXTERNAL-Ewall-Wice on 12 September 2018, 01:20:05 UTC
address PR comments. Need tests for ValueErrors
Tip revision: c0f73f2
.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