https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b4ac411f98e086ddc5986295bba30099e314204f authored by Bryna Hazelton on 31 March 2017, 19:01:24 UTC, committed by Bryna Hazelton on 14 April 2017, 19:13:30 UTC
1 parent 5f6e779
Raw File
Tip revision: b4ac411f98e086ddc5986295bba30099e314204f authored by Bryna Hazelton on 31 March 2017, 19:01:24 UTC
tweak since the code isn't inside setup.py anymore
Tip revision: b4ac411
.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