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 b04644d commit c3c7c32Copy full SHA for c3c7c32
.travis.yml
@@ -130,11 +130,7 @@ script:
130
cd for_testing
131
cp ../.coveragerc .
132
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
133
- pytest -v ../nibabel/tests/test_a*.py ../nibabel/tests/test_b*.py ../nibabel/tests/test_c*.py ../nibabel/tests/test_d*.py
134
- pytest -v../nibabel/tests/test_e*.py ../nibabel/tests/test_f*.py ../nibabel/tests/test_h*.py
135
- pytest -v../nibabel/tests/test_i*.py ../nibabel/tests/test_k*.py ../nibabel/tests/test_l*.py ../nibabel/tests/test_m*.py
136
- pytest -v../nibabel/tests/test_n*.py ../nibabel/tests/test_o*.py ../nibabel/tests/test_p*.py ../nibabel/tests/test_q*.py
137
- pytest -v ../nibabel/tests/test_w*.py
+ pytest -v ../nibabel/tests
138
else
139
false
140
fi
0 commit comments