Skip to content

Commit 3ba3119

Browse files
author
y-p
committed
BLD: Travis workaround for latest breakage
recent image deploy on travis ignores "system_site_packages" in travis.yml. Implement workaround. yet again.
1 parent 6a6b864 commit 3ba3119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/install.sh

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
echo "inside $0"
44
# Install Dependencies
55

6+
# workaround for travis ignoring system_site_packages in travis.yml
7+
rm -f $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt
8+
69
# Hard Deps
710
pip install $PIP_ARGS --use-mirrors cython nose python-dateutil pytz
811

0 commit comments

Comments
 (0)