https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4b5784ba935ba126f692c01c3e3b690031640faf authored by WSK on 07 December 2019, 09:16:50 UTC, committed by Bryna Hazelton on 12 December 2019, 18:15:22 UTC
1 parent f2ec163
Raw File
Tip revision: 4b5784ba935ba126f692c01c3e3b690031640faf authored by WSK on 07 December 2019, 09:16:50 UTC
altered git push origin combine_data_method
Tip revision: 4b5784b
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top