https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision deb0d08285239bb6da22eedaaf9215ebbc4ded5c authored by Bryna Hazelton on 16 December 2019, 22:23:45 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent c56aa7f
Raw File
Tip revision: deb0d08285239bb6da22eedaaf9215ebbc4ded5c authored by Bryna Hazelton on 16 December 2019, 22:23:45 UTC
add test coverage
Tip revision: deb0d08
.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