https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 019d44df82de347e546c9669b3028acb1e1b8387 authored by Bryna Hazelton on 01 October 2018, 22:14:38 UTC, committed by Bryna Hazelton on 04 October 2018, 18:18:26 UTC
1 parent 851f68c
Raw File
Tip revision: 019d44df82de347e546c9669b3028acb1e1b8387 authored by Bryna Hazelton on 01 October 2018, 22:14:38 UTC
Add a changelog back to version 1.2
Tip revision: 019d44d
.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