Sign in
chromium
/
external
/
github.com
/
google
/
google-api-python-client
/
3c3c1f6136e73f6aeb9158366309ea8176d4b052
/
.
/
.kokoro
/
build.sh
blob: e0c966b5a08961f0d68024f05e3625fe25f547b7 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
eo pipefail
cd github
/
google
-
api
-
python
-
client
# Disable buffering, so that the logs stream through.
export PYTHONUNBUFFERED
=
1
python3
-
m pip install
--
upgrade tox
# Run tests
tox