https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fb7ea3bf6edc1dd08746eed8c19ece8f4185c4e4 authored by Matthew Kolopanis on 16 January 2020, 19:28:34 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 3f852c0
Raw File
Tip revision: fb7ea3bf6edc1dd08746eed8c19ece8f4185c4e4 authored by Matthew Kolopanis on 16 January 2020, 19:28:34 UTC
update pull request template to reflect dropping py2
Tip revision: fb7ea3b
.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