https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bfb14e0560ab6ad6b0ee54882b3e855bf51d19a7 authored by Matthew Kolopanis on 22 May 2019, 20:29:05 UTC, committed by Matthew Kolopanis on 28 May 2019, 18:45:58 UTC
1 parent 0eda159
Raw File
Tip revision: bfb14e0560ab6ad6b0ee54882b3e855bf51d19a7 authored by Matthew Kolopanis on 22 May 2019, 20:29:05 UTC
added a skipIf for python2 for the unicode string test
Tip revision: bfb14e0
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

[tool:pytest]
addopts = --ignore=scripts
back to top