Skip to content
Snippets Groups Projects
setup.cfg 581 B
Newer Older
[aliases]

[bdist_wheel]
universal=1

[tool:pytest]
#   - fsltest:    Requires FSL
#   - wxtest:     Requires wxPython
#   - dicomtest:  Requires dcm2niix
#   - meshtest:   Requires trimesh and rtree
#   - igziptest:  Requires indexed_gzip
#   - noroottest: Need to be executed as
#                 non-root user (will fail
#                 otherwise)
#   - longtest:   Takes a long time
testpaths = tests
addopts   = -v --niters=50 --cov=fsl -m "not longtest"

[flake8]
ignore = E127,E201,E203,E221,E222,E241,E271,E272,E301,E302,E303,E701