forked from jasder/antlr
ok, now locate python3.4!
This commit is contained in:
parent
41f2455c39
commit
50e1512e4f
|
@ -41,12 +41,7 @@ public abstract class BasePython3Test extends BasePythonTest {
|
|||
|
||||
@Override
|
||||
protected String getPythonExecutable() {
|
||||
String os = System.getenv("TRAVIS");
|
||||
System.out.println("TRAVIS-CI detected: " + os);
|
||||
if("true".equals(os))
|
||||
return "python3";
|
||||
else
|
||||
return "python3.4";
|
||||
return "python3.4";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue