Revision 83ea8014755bb66db0276cecdb56a608e377d795 authored by Paul La Plante on 14 May 2019, 23:41:04 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent a61c559
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