try again

This commit is contained in:
Eric Vergnaud 2015-09-18 02:13:53 +08:00
parent 6e9680f9cf
commit 377fd29f85
1 changed files with 1 additions and 0 deletions

View File

@ -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