File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ jobs:
100
100
condition: true
101
101
102
102
- script : |
103
+ export PATH=$HOME/miniconda3/bin:$PATH
104
+ source activate pandas-dev
103
105
pytest --capture=no --strict scripts
104
106
displayName: 'Testing docstring validaton script'
105
107
condition: true
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
184
184
RET=$(( $RET + $? )) ; echo $MSG " DONE"
185
185
186
186
MSG=' Doctests generic.py' ; echo $MSG
187
- pytest -v --doctest-modules pandas/core/generic.py \
187
+ pytest -q --doctest-modules pandas/core/generic.py \
188
188
-k" -_set_axis_name -_xs -describe -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -to_json -transpose -values -xs -to_clipboard"
189
189
RET=$(( $RET + $? )) ; echo $MSG " DONE"
190
190
You can’t perform that action at this time.
0 commit comments