https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d31fe849ec9af8bd5a4e4e4233aaa8e8db702b40 authored by Matthew Kolopanis on 28 May 2019, 22:43:51 UTC, committed by Bryna Hazelton on 29 May 2019, 19:01:41 UTC
1 parent 255cb0f
Raw File
Tip revision: d31fe849ec9af8bd5a4e4e4233aaa8e8db702b40 authored by Matthew Kolopanis on 28 May 2019, 22:43:51 UTC
update circleci call of hera_qm
Tip revision: d31fe84
.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