Run python tests on Windows

Change-Id: I6e55207e517bcb3c94a402b607d2e81789e0fef0
diff --git a/jenkins/jobs/BUILD b/jenkins/jobs/BUILD
index b88385e..73d6efb 100644
--- a/jenkins/jobs/BUILD
+++ b/jenkins/jobs/BUILD
@@ -195,6 +195,7 @@
     windows_targets_msys = [
     ],
     windows_tests = [
+        "//src/test/py/...",
         "//src/test/java/...",
         "//src/test/cpp/...",
         "//src/test/native:all_tests",
diff --git a/jenkins/jobs/configs/bazel-tests.json b/jenkins/jobs/configs/bazel-tests.json
index b11d716..2317d90 100644
--- a/jenkins/jobs/configs/bazel-tests.json
+++ b/jenkins/jobs/configs/bazel-tests.json
@@ -99,6 +99,7 @@
         "parameters": {
             "build_opts": ["--copt=-w", "--host_copt=-w"],
             "tests": [
+                "//src/test/py/...",
                 "//src/test/java/...",
                 "//src/test/cpp/...",
                 "//src/test/native:all_tests"