https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 47b75248ac24b48a3e04108f2cecbd0360daf31b authored by Bryna Hazelton on 25 April 2019, 18:32:52 UTC, committed by Bryna Hazelton on 08 May 2019, 17:58:20 UTC
1 parent da68b3a
Raw File
Tip revision: 47b75248ac24b48a3e04108f2cecbd0360daf31b authored by Bryna Hazelton on 25 April 2019, 18:32:52 UTC
Add checking of lst_array values
Tip revision: 47b7524
.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