Sign in
android
/
platform
/
external
/
python
/
google-api-python-client
/
refs/heads/android10-release
/
.
/
.kokoro
/
build.sh
blob: e0c966b5a08961f0d68024f05e3625fe25f547b7 [
file
] [
log
] [
blame
] [
edit
]
#!/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