We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d1c97 commit 0607e03Copy full SHA for 0607e03
.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