From d88d43025c8af0937aed985b07aea2fab6a726dd Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 9 May 2018 13:07:50 +0300 Subject: [PATCH] travis test the make dist+make test scheme. --- scripts/travis-ci-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/travis-ci-build b/scripts/travis-ci-build index 27e6dd20..ab72c27d 100644 --- a/scripts/travis-ci-build +++ b/scripts/travis-ci-build @@ -6,3 +6,5 @@ proc_path() } make test || exit -1 make dist || exit -1 +tar -xvf dist/PySolFC-*.tar.xz || exit -1 +(cd PySolFC-*/ && make test) || exit -1