From 55b7f5058b5f63db6ce80fbdf5a01d351f083ef3 Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 10 Oct 2017 11:50:33 +0200 Subject: [PATCH] travis: enable testpy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6e578d92e..9183a4df23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,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