https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 200779f86fd0e4123db1c399d3fcf20f5c38a3ce authored by Bryna Hazelton on 09 October 2018, 20:25:05 UTC, committed by Bryna Hazelton on 11 October 2018, 17:55:34 UTC
1 parent f6c93e3
Raw File
Tip revision: 200779f86fd0e4123db1c399d3fcf20f5c38a3ce authored by Bryna Hazelton on 09 October 2018, 20:25:05 UTC
try something else with travis libgfortran install
Tip revision: 200779f
.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