Skip to content

Commit c99ef12

Browse files
committed
adding pytest to ravis
1 parent 7b8a1b8 commit c99ef12

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ script:
132132
cd for_testing
133133
cp ../.coveragerc .
134134
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
135+
pytest -v nibabel/tests/test_affines.py
135136
else
136137
false
137138
fi

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ install_requires =
3333
numpy >=1.12
3434
tests_require =
3535
nose >=0.11
36+
pytest
3637
mock
3738
test_suite = nose.collector
3839
zip_safe = False
@@ -54,6 +55,7 @@ test =
5455
coverage
5556
mock
5657
nose >=0.11
58+
pytest
5759
all =
5860
%(dicom)s
5961
%(doc)s

0 commit comments

Comments
 (0)