diff --git a/.travis.yml b/.travis.yml index 2b0ac95959..8805a6f465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ script: - cmake --build build - cmake -E chdir build ctest --output-on-failure - cmake --build build --target install - - python -c "import acados" # check installation + # - python -c "import acados" # check installation - cmake --build build --target acados_coverage || echo "Coverage report not generated" deploy: