forked from jasder/antlr
try again
This commit is contained in:
parent
6e9680f9cf
commit
377fd29f85
|
@ -42,6 +42,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
|
||||
|
|
Loading…
Reference in New Issue