File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ before_install:
126
126
- pwd
127
127
- uname -a
128
128
- python -V
129
- - python -c "import blosc; blosc.print_versions()"
130
129
- ci/before_install.sh
131
130
# Xvfb stuff for clipboard functionality; see the travis-ci documentation
132
131
- export DISPLAY=:99.0
Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ 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
+
95
97
# Need to enable for locale testing. The location of the locale file(s) is
96
98
# distro specific. For example, on Arch Linux all of the locales are in a
97
99
# commented file--/etc/locale.gen--that must be commented in to be used
You can’t perform that action at this time.
0 commit comments