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 d27b124 commit 30a4639Copy full SHA for 30a4639
.azure-pipelines/windows.yml
@@ -99,7 +99,8 @@ jobs:
99
-I test_round_trip ^
100
-I test_rstutils ^
101
-I test_scaling ^
102
- -I test_wrapstruct
+ -I test_wrapstruct ^
103
+ -I test_io
104
displayName: 'Nose tests'
105
condition: and(succeeded(), eq(variables['CHECK_TYPE'], 'nosetests'))
106
- script: |
.travis.yml
@@ -186,7 +186,8 @@ script:
186
-I test_round_trip \
187
-I test_rstutils \
188
-I test_scaling \
189
+ -I test_wrapstruct \
190
191
elif [ "${CHECK_TYPE}" == "test" ]; then
192
# Change into an innocuous directory and find tests from installation
193
mkdir for_testing
0 commit comments