Skip to content

Commit

Permalink
TST: not printing skips (#16318)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0607e03)
  • Loading branch information
jreback authored and TomAugspurger committed May 30, 2017
1 parent 84b024f commit 586bb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ after_success:

after_script:
- echo "after_script start"
- source activate pandas && cd /tmp && python -c "import pandas; pandas.show_versions();"
- source activate pandas && pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
- if [ -e /tmp/single.xml ]; then
ci/print_skipped.py /tmp/single.xml;
fi
Expand Down

0 comments on commit 586bb5d

Please sign in to comment.