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 5695644 commit 636dc55Copy full SHA for 636dc55
.azure-pipelines/windows.yml
@@ -40,7 +40,7 @@ jobs:
40
mkdir for_testing
41
cd for_testing
42
cp ../.coveragerc .
43
- pytest --cov nibabel -v --pyargs nibabel --deselect streamlines
+ pytest --cov nibabel -v --pyargs nibabel
44
displayName: 'Run tests'
45
- script: |
46
.travis.yml
@@ -196,7 +196,7 @@ script:
196
197
198
199
200
else
201
false
202
fi
0 commit comments