Skip to content

Commit 30a4639

Browse files
committed
added test_io to Ignore list in azure and travis
1 parent d27b124 commit 30a4639

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.azure-pipelines/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
-I test_round_trip ^
100100
-I test_rstutils ^
101101
-I test_scaling ^
102-
-I test_wrapstruct
102+
-I test_wrapstruct ^
103+
-I test_io
103104
displayName: 'Nose tests'
104105
condition: and(succeeded(), eq(variables['CHECK_TYPE'], 'nosetests'))
105106
- script: |

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ script:
186186
-I test_round_trip \
187187
-I test_rstutils \
188188
-I test_scaling \
189-
-I test_wrapstruct
189+
-I test_wrapstruct \
190+
-I test_io
190191
elif [ "${CHECK_TYPE}" == "test" ]; then
191192
# Change into an innocuous directory and find tests from installation
192193
mkdir for_testing

0 commit comments

Comments
 (0)