https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a79fcc53cb77e06f1076904d0bdf1bb6a4f3ad05 authored by Bryna Hazelton on 29 October 2017, 02:42:37 UTC, committed by Adam Beardsley on 07 November 2017, 23:01:04 UTC
1 parent 5d6a884
Raw File
Tip revision: a79fcc53cb77e06f1076904d0bdf1bb6a4f3ad05 authored by Bryna Hazelton on 29 October 2017, 02:42:37 UTC
make Travis run doctests
Tip revision: a79fcc5
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top