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