Skip to content

Commit e3f171b

Browse files
committed
MNT: CI YAML formatting, extraneous .coveragerc
1 parent fdd26a2 commit e3f171b

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

.azure-pipelines/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
-I test_rstutils ^
101101
-I test_scaling ^
102102
-I test_wrapstruct ^
103-
-I test_io
103+
-I test_io
104104
displayName: 'Nose tests'
105105
condition: and(succeeded(), eq(variables['CHECK_TYPE'], 'nosetests'))
106106
- script: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ doc/source/reference
8585
venv/
8686
.buildbot.patch
8787
.vscode
88+
for_testing/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ script:
187187
-I test_rstutils \
188188
-I test_scaling \
189189
-I test_wrapstruct \
190-
-I test_io
190+
-I test_io
191191
elif [ "${CHECK_TYPE}" == "test" ]; then
192192
# Change into an innocuous directory and find tests from installation
193193
mkdir for_testing

for_testing/.coveragerc

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)