https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 336746a3fc322feadf0efa6c3990e79b0cd9ad4f authored by Matthew Kolopanis on 13 May 2019, 21:34:39 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent bfa2874
Raw File
Tip revision: 336746a3fc322feadf0efa6c3990e79b0cd9ad4f authored by Matthew Kolopanis on 13 May 2019, 21:34:39 UTC
uvcal nose --> pytest
Tip revision: 336746a
.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