We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b024f commit 586bb5dCopy full SHA for 586bb5d
.travis.yml
@@ -123,7 +123,7 @@ after_success:
123
124
after_script:
125
- echo "after_script start"
126
- - 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
127
- if [ -e /tmp/single.xml ]; then
128
ci/print_skipped.py /tmp/single.xml;
129
fi
0 commit comments