Revision 2447b0d06ff2ff0f70d7d5b115d4e4895ded2928 authored by Bryna Hazelton on 04 June 2019, 16:14:39 UTC, committed by Adam Beardsley on 05 June 2019, 19:39:05 UTC
1 parent 4072e78
Raw File
.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