use latest python
This commit is contained in:
parent
eeea98c00b
commit
f36e77fc2a
|
@ -41,7 +41,7 @@ public abstract class BasePython3Test extends BasePythonTest {
|
|||
|
||||
@Override
|
||||
protected String getPythonExecutable() {
|
||||
return "python3.4";
|
||||
return "python3.5";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue