Skip to content

Commit ec7adb8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ after_success:
123123

124124
after_script:
125125
- echo "after_script start"
126-
- source activate pandas && cd /tmp && python -c "import pandas; pandas.show_versions();"
126+
- source activate pandas && pushd /tmp && python -c "import pandas; pandas.show_versions();"
127127
- if [ -e /tmp/single.xml ]; then
128128
ci/print_skipped.py /tmp/single.xml;
129129
fi

0 commit comments

Comments
 (0)