https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a61c559044d1daaf139b49ae4c82d60c2e4de895 authored by Matthew Kolopanis on 14 May 2019, 23:03:19 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent dbaa7c0
Raw File
Tip revision: a61c559044d1daaf139b49ae4c82d60c2e4de895 authored by Matthew Kolopanis on 14 May 2019, 23:03:19 UTC
added tools:pytest to setup.cfg to ignore scripts directory
Tip revision: a61c559
pyuvdata_tests.yml
name: pyuvdata_tests
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - h5py
  - healpy
  - numpy
  - python-casacore
  - pyyaml
  - scipy
  - six
  - coverage
  - pytest-cov
back to top