Skip to content

Commit e12fcc7

Browse files
authored
Enable python code generation on OSX (#848)
1 parent d3a2625 commit e12fcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ script:
3838
# will not be able to run MainWindowTest.testDragOperationFromPaletteToPipeline
3939
- |
4040
if [[ "$TRAVIS_OS_NAME" == "osx" ]];
41-
then ./gradlew check jacocoTestReport jacocoRootReport --stacktrace -Pheadless=true -PlogTests -Dscan -Pgeneration -PjniLocation=$HOME/opencv/jni -PjvmArgs=["-Dcodegen.python.disabled=true"];
41+
then ./gradlew check jacocoTestReport jacocoRootReport --stacktrace -Pheadless=true -PlogTests -Dscan -Pgeneration -PjniLocation=$HOME/opencv/jni;
4242
else ./gradlew check jacocoTestReport jacocoRootReport --stacktrace -Pheadless=true -PlogTests -Dscan;
4343
fi
4444

0 commit comments

Comments
 (0)