use latest python

This commit is contained in:
parrt 2016-03-29 15:33:22 -07:00
parent eeea98c00b
commit f36e77fc2a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public abstract class BasePython3Test extends BasePythonTest {
@Override
protected String getPythonExecutable() {
return "python3.4";
return "python3.5";
}
@Override