File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,6 @@ rm -f $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt
92
92
93
93
time pip install $PIP_ARGS -r ci/requirements-${wheel_box} .txt
94
94
95
- python -c ' import blosc; blosc.print_versions()'
96
-
97
95
# Need to enable for locale testing. The location of the locale file(s) is
98
96
# distro specific. For example, on Arch Linux all of the locales are in a
99
97
# commented file--/etc/locale.gen--that must be commented in to be used
Original file line number Diff line number Diff line change 16
16
" $TRAVIS_BUILD_DIR " /ci/build_docs.sh 2>&1 > /tmp/doc.log &
17
17
# doc build log will be shown after tests
18
18
19
+ pip install -U blosc
20
+ python -c ' import blosc; blosc.print_versions()'
19
21
20
22
echo nosetests --exe -A " $NOSE_ARGS " pandas --with-xunit --xunit-file=/tmp/nosetests.xml
21
23
nosetests --exe -A " $NOSE_ARGS " pandas --with-xunit --xunit-file=/tmp/nosetests.xml
You can’t perform that action at this time.
0 commit comments