https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 99f4b2ee4eee2fd81a2ee032afb4456c3684e49d authored by Matthew Kolopanis on 14 May 2019, 18:16:42 UTC
update appveyor to pytests
Tip revision: 99f4b2e
.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