We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9044fe7 commit 4f20883Copy full SHA for 4f20883
ci/install.sh
@@ -96,6 +96,9 @@ if [ x"$FULL_DEPS" == x"true" ]; then
96
# fool statsmodels into thinking pandas was already installed
97
# so it won't refuse to install itself.
98
99
+ SITE_PKG_DIR=$VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/site-packages
100
+ echo "Using SITE_PKG_DIR: $SITE_PKG_DIR"
101
+
102
mkdir $SITE_PKG_DIR/pandas
103
touch $SITE_PKG_DIR/pandas/__init__.py
104
echo "version='0.10.0-phony'" > $SITE_PKG_DIR/pandas/version.py
0 commit comments