Skip to content

Commit

Permalink
CI: Try alternative CHECK_TYPE test
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 29, 2020
1 parent 62132ad commit 765bec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/windows.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir for_testing
cd for_testing
cp ../.coveragerc .
if %CHECK_TYPE%=="nosetests" (
if $(CHECK_TYPE)=="nosetests" (
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
) else (
pytest --cov nibabel -v --pyargs nibabel --deselect streamlines
Expand Down

0 comments on commit 765bec8

Please sign in to comment.