https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 86d010a2471c533d52f8d90996f4449d56dba790 authored by Matthew Kolopanis on 13 May 2019, 18:09:19 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent ce728a2
Raw File
Tip revision: 86d010a2471c533d52f8d90996f4449d56dba790 authored by Matthew Kolopanis on 13 May 2019, 18:09:19 UTC
fdh nose --> pytest. update depreciation warning in a write call
Tip revision: 86d010a
.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