We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8a1b8 commit c99ef12Copy full SHA for c99ef12
.travis.yml
@@ -132,6 +132,7 @@ script:
132
cd for_testing
133
cp ../.coveragerc .
134
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
135
+ pytest -v nibabel/tests/test_affines.py
136
else
137
false
138
fi
setup.cfg
@@ -33,6 +33,7 @@ install_requires =
33
numpy >=1.12
34
tests_require =
35
nose >=0.11
36
+ pytest
37
mock
38
test_suite = nose.collector
39
zip_safe = False
@@ -54,6 +55,7 @@ test =
54
55
coverage
56
57
58
59
all =
60
%(dicom)s
61
%(doc)s
0 commit comments