Skip to content

Commit

Permalink
CI: Checking all the examples in pandas/core/series.py (#33225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharNaveh authored Apr 1, 2020
1 parent 25d893b commit e79dc5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
RET=$(($RET + $?)) ; echo $MSG "DONE"

MSG='Doctests series.py' ; echo $MSG
pytest -q --doctest-modules pandas/core/series.py \
-k"-nonzero -reindex -searchsorted -to_dict"
pytest -q --doctest-modules pandas/core/series.py
RET=$(($RET + $?)) ; echo $MSG "DONE"

MSG='Doctests groupby.py' ; echo $MSG
Expand Down

0 comments on commit e79dc5f

Please sign in to comment.