https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 885271e518813cf91f88321d1bbde83e9b86b3bb authored by Bryna Hazelton on 21 November 2019, 02:06:26 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent a7f0721
Raw File
Tip revision: 885271e518813cf91f88321d1bbde83e9b86b3bb authored by Bryna Hazelton on 21 November 2019, 02:06:26 UTC
pep8 fix
Tip revision: 885271e
.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