Skip to content

Commit 13100d8

Browse files
committed
TST: Add style.py to the doctest check
1 parent adc540f commit 13100d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/code_checks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
122122
pandas/io/sas/ \
123123
pandas/io/sql.py \
124124
pandas/io/formats/format.py \
125+
pandas/io/formats/style.py \
125126
pandas/tseries/
126127
RET=$(($RET + $?)) ; echo $MSG "DONE"
127128

0 commit comments

Comments
 (0)