Skip to content

Commit

Permalink
Add CI configuration to run tests with Python 3 interpreter
Browse files Browse the repository at this point in the history
Fixes #3872

Closes #3873.

PiperOrigin-RevId: 181644101
  • Loading branch information
Doug Greiman authored and Copybara-Service committed Jan 11, 2018
1 parent 67ac826 commit b30dfcb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion scripts/ci/bazel-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b30dfcb

Please sign in to comment.