Skip to content

Commit

Permalink
BLD: Travis workaround for latest breakage
Browse files Browse the repository at this point in the history
recent image deploy on travis ignores "system_site_packages"
in travis.yml. Implement workaround. yet again.
  • Loading branch information
y-p committed Jan 31, 2013
1 parent 6a6b864 commit 3ba3119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
echo "inside $0"
# Install Dependencies

# workaround for travis ignoring system_site_packages in travis.yml
rm -f $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt

# Hard Deps
pip install $PIP_ARGS --use-mirrors cython nose python-dateutil pytz

Expand Down

0 comments on commit 3ba3119

Please sign in to comment.