https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 913fb7632c811cbef8c3078153eac1e6809289a4 authored by Matthew Kolopanis on 18 May 2020, 22:03:04 UTC, committed by Matthew Kolopanis on 22 May 2020, 21:11:43 UTC
1 parent 2f73b3c
Raw File
Tip revision: 913fb7632c811cbef8c3078153eac1e6809289a4 authored by Matthew Kolopanis on 18 May 2020, 22:03:04 UTC
atomize some tests
Tip revision: 913fb76
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - numpy
  - scipy
  - h5py
  - coverage
  - pytest-cov
  - cython
  - setuptools_scm
  - pip
  - pip:
     - pytest-cases>=1.12.1
     - pytest-xdist
back to top