https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bfa28742e1b5b3fb63e35bd1b18d3273248f37ee authored by Matthew Kolopanis on 13 May 2019, 20:53:16 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent b95b71b
Raw File
Tip revision: bfa28742e1b5b3fb63e35bd1b18d3273248f37ee authored by Matthew Kolopanis on 13 May 2019, 20:53:16 UTC
uvbeam nose --> pytest
Tip revision: bfa2874
.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