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
|
@Override
|
||||||
protected String getPythonExecutable() {
|
protected String getPythonExecutable() {
|
||||||
String os = System.getenv("TRAVIS");
|
String os = System.getenv("TRAVIS");
|
||||||
|
System.out.println("TRAVIS-CI detected: " + os);
|
||||||
if("true".equals(os))
|
if("true".equals(os))
|
||||||
return "python3";
|
return "python3";
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue