Skip to content

Commit 586bb5d

Browse files
jrebackTomAugspurger
authored andcommitted
TST: not printing skips (#16318)
(cherry picked from commit 0607e03)
1 parent 84b024f commit 586bb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ after_success:
123123

124124
after_script:
125125
- echo "after_script start"
126-
- source activate pandas && cd /tmp && python -c "import pandas; pandas.show_versions();"
126+
- source activate pandas && pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
127127
- if [ -e /tmp/single.xml ]; then
128128
ci/print_skipped.py /tmp/single.xml;
129129
fi

0 commit comments

Comments
 (0)