https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 64a62c9d9c352671d610fd0c5bc2ac002e64e733 authored by Matthew Kolopanis on 14 May 2019, 18:02:31 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent ae94f9e
Raw File
Tip revision: 64a62c9d9c352671d610fd0c5bc2ac002e64e733 authored by Matthew Kolopanis on 14 May 2019, 18:02:31 UTC
typo in tests/__init__.py
Tip revision: 64a62c9
.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