We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d1c97 commit f830454Copy full SHA for f830454
.travis.yml
@@ -123,11 +123,11 @@ after_success:
123
124
after_script:
125
- echo "after_script start"
126
- - source activate pandas && cd /tmp && python -c "import pandas; pandas.show_versions();"
127
- if [ -e /tmp/single.xml ]; then
128
ci/print_skipped.py /tmp/single.xml;
129
fi
130
- if [ -e /tmp/multiple.xml ]; then
131
ci/print_skipped.py /tmp/multiple.xml;
132
+ - source activate pandas && cd /tmp && python -c "import pandas; pandas.show_versions();"
133
- echo "after_script done"
0 commit comments