Skip to content

Commit 356dadc

Browse files
committed
TST: add api_core and cloud core to MASTER build
1 parent 0e5af1a commit 356dadc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ install:
2828
conda install -q numpy pytz python-dateutil;
2929
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com";
3030
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';
3133
pip install -e 'git+https://github.com/GoogleCloudPlatform/google-cloud-python.git#egg=version_subpkg&subdirectory=bigquery';
3234
else
3335
conda install -q pandas=$PANDAS;

0 commit comments

Comments
 (0)