Skip to content

Commit 636dc55

Browse files
committed
CI: Give up trying to deselect streamlines
1 parent 5695644 commit 636dc55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
mkdir for_testing
4141
cd for_testing
4242
cp ../.coveragerc .
43-
pytest --cov nibabel -v --pyargs nibabel --deselect streamlines
43+
pytest --cov nibabel -v --pyargs nibabel
4444
displayName: 'Run tests'
4545
- script: |
4646
cd for_testing

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ script:
196196
mkdir for_testing
197197
cd for_testing
198198
cp ../.coveragerc .
199-
pytest --cov nibabel -v --pyargs nibabel --deselect streamlines
199+
pytest --cov nibabel -v --pyargs nibabel
200200
else
201201
false
202202
fi

0 commit comments

Comments
 (0)