Skip to content

Commit 278dd06

Browse files
Make travis listen
1 parent 9ebf389 commit 278dd06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/install_pydata.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ rm -f $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt
9292

9393
time pip install $PIP_ARGS -r ci/requirements-${wheel_box}.txt
9494

95-
python -c 'import blosc; blosc.print_versions()'
96-
9795
# Need to enable for locale testing. The location of the locale file(s) is
9896
# distro specific. For example, on Arch Linux all of the locales are in a
9997
# commented file--/etc/locale.gen--that must be commented in to be used

ci/script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ fi
1616
"$TRAVIS_BUILD_DIR"/ci/build_docs.sh 2>&1 > /tmp/doc.log &
1717
# doc build log will be shown after tests
1818

19+
pip install -U blosc
20+
python -c 'import blosc; blosc.print_versions()'
1921

2022
echo nosetests --exe -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
2123
nosetests --exe -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml

0 commit comments

Comments
 (0)