https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d56a66d2fd2f151f7a78605e310f232e25f045b3 authored by Steven Murray on 23 December 2019, 19:50:53 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 6e20080
Raw File
Tip revision: d56a66d2fd2f151f7a78605e310f232e25f045b3 authored by Steven Murray on 23 December 2019, 19:50:53 UTC
Fix linting
Tip revision: d56a66d
.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