Skip to content

Commit f830454

Browse files
committed
TST: not printing skips
1 parent 09d1c97 commit f830454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ after_success:
123123

124124
after_script:
125125
- echo "after_script start"
126-
- source activate pandas && cd /tmp && python -c "import pandas; pandas.show_versions();"
127126
- if [ -e /tmp/single.xml ]; then
128127
ci/print_skipped.py /tmp/single.xml;
129128
fi
130129
- if [ -e /tmp/multiple.xml ]; then
131130
ci/print_skipped.py /tmp/multiple.xml;
132131
fi
132+
- source activate pandas && cd /tmp && python -c "import pandas; pandas.show_versions();"
133133
- echo "after_script done"

0 commit comments

Comments
 (0)