From 3db571f63a334613763370875b4ed564ea6d6b9d Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 3 Oct 2017 16:30:21 +0200 Subject: [PATCH] travis: disable testpy target for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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