aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-tests.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json
index 62af16f2da..efd8bf1f11 100644
--- a/scripts/ci/bazel-tests.json
+++ b/scripts/ci/bazel-tests.json
@@ -3,7 +3,17 @@
[
{
"configurations": [
- {"node": "linux-x86_64"},
+ {
+ "node": "linux-x86_64",
+ "python_version": "2"
+ },
+ {
+ "node": "linux-x86_64",
+ "python_version": "3",
+ "parameters": {
+ "build_opts": ["--python_path=/usr/bin/python3"]
+ }
+ },
{"node": "ubuntu_16.04-x86_64"}
],
"parameters": {