https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2c9b149ef91b7e163c3d272185983995e47407b7 authored by Matthew Kolopanis on 13 May 2019, 20:02:42 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent 236b366
Raw File
Tip revision: 2c9b149ef91b7e163c3d272185983995e47407b7 authored by Matthew Kolopanis on 13 May 2019, 20:02:42 UTC
utils nose --> pytest, also catch a few depreciation warnings
Tip revision: 2c9b149
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - nose
  - numpy
  - scipy
  - six
  - coverage
back to top