swh:1:snp:e2dbb10008bab52dbf73e113fa4d8220780b5da2
Raw File
Tip revision: 1302bb78bcc14fe67149205f6a66cc63b259c47a authored by Paul La Plante on 11 October 2018, 15:42:11 UTC
Get old tests to pass again
Tip revision: 1302bb7
.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