We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5af1a commit 356dadcCopy full SHA for 356dadc
.travis.yml
@@ -28,6 +28,8 @@ install:
28
conda install -q numpy pytz python-dateutil;
29
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com";
30
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS pandas;
31
+ pip install -e 'git+https://github.com/GoogleCloudPlatform/google-cloud-python.git#egg=version_subpkg&subdirectory=api_core';
32
+ pip install -e 'git+https://github.com/GoogleCloudPlatform/google-cloud-python.git#egg=version_subpkg&subdirectory=core';
33
pip install -e 'git+https://github.com/GoogleCloudPlatform/google-cloud-python.git#egg=version_subpkg&subdirectory=bigquery';
34
else
35
conda install -q pandas=$PANDAS;
0 commit comments