https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8462da6201121b32fafbdf5202045d92ba0d7a04 authored by Bryna Hazelton on 20 December 2017, 08:49:33 UTC, committed by Bryna Hazelton on 21 December 2017, 18:27:01 UTC
1 parent 96c80e3
Raw File
Tip revision: 8462da6201121b32fafbdf5202045d92ba0d7a04 authored by Bryna Hazelton on 20 December 2017, 08:49:33 UTC
improve test coverage
Tip revision: 8462da6
.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