Skip to content

Commit

Permalink
skip describe
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Aug 16, 2018
1 parent caa43f1 commit 25bc158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/doctests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "$DOCTEST" ]; then
fi

pytest --doctest-modules -v pandas/core/generic.py \
-k"-_set_axis_name -_xs -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -resample -sample -to_json -to_xarray -transform -transpose -values -xs"
-k"-_set_axis_name -_xs -describe -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -resample -sample -to_json -to_xarray -transform -transpose -values -xs"

if [ $? -ne "0" ]; then
RET=1
Expand Down

0 comments on commit 25bc158

Please sign in to comment.