https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fc2bdaabac2d68f05db2ed6c0f641badf10a0138 authored by Josh Dillon on 23 November 2019, 01:14:09 UTC, committed by Josh Dillon on 23 November 2019, 18:30:46 UTC
1 parent 02fa6ea
Raw File
Tip revision: fc2bdaabac2d68f05db2ed6c0f641badf10a0138 authored by Josh Dillon on 23 November 2019, 01:14:09 UTC
Update CHANGELOG.md
Tip revision: fc2bdaa
.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