diff --git a/.travis.yml b/.travis.yml index a720553627..08cf13d4fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ script: - test "$GOAL" != "unix" || make build_unix_noui - test "$GOAL" != "unix" || make test - - test "$GOAL" != "unix" || make testpy + # - test "$GOAL" != "unix" || make testpy # - test "$GOAL" != "src" || make style