Skip to content

Commit 9ebf389

Browse files
Get travis to cooperate
1 parent da7ab02 commit 9ebf389

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ before_install:
126126
- pwd
127127
- uname -a
128128
- python -V
129-
- python -c "import blosc; blosc.print_versions()"
130129
- ci/before_install.sh
131130
# Xvfb stuff for clipboard functionality; see the travis-ci documentation
132131
- export DISPLAY=:99.0

ci/install_pydata.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ 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+
9597
# Need to enable for locale testing. The location of the locale file(s) is
9698
# distro specific. For example, on Arch Linux all of the locales are in a
9799
# commented file--/etc/locale.gen--that must be commented in to be used

0 commit comments

Comments
 (0)