https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0142392c4e4cb5364a0979148d0802c7a3bd1390 authored by Bryna Hazelton on 04 June 2019, 14:38:45 UTC, committed by Adam Beardsley on 05 June 2019, 19:39:05 UTC
1 parent 95c9969
Raw File
Tip revision: 0142392c4e4cb5364a0979148d0802c7a3bd1390 authored by Bryna Hazelton on 04 June 2019, 14:38:45 UTC
Add test that fails on master
Tip revision: 0142392
.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