We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6b864 commit 3ba3119Copy full SHA for 3ba3119
ci/install.sh
@@ -3,6 +3,9 @@
3
echo "inside $0"
4
# Install Dependencies
5
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
+
9
# Hard Deps
10
pip install $PIP_ARGS --use-mirrors cython nose python-dateutil pytz
11
0 commit comments