https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fed8ffa0d341dc64e653069ef6141e59028e9f99 authored by Nicholas Kern on 10 May 2018, 07:42:19 UTC, committed by Bryna Hazelton on 11 May 2018, 06:55:31 UTC
1 parent aea60dd
Raw File
Tip revision: fed8ffa0d341dc64e653069ef6141e59028e9f99 authored by Nicholas Kern on 10 May 2018, 07:42:19 UTC
pep8 issues
Tip revision: fed8ffa
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top