From cdd3d921b568f1f61be9da65e318d6f3960b24f7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 09 2017 13:34:29 +0000 Subject: Trap leaving the venv --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 7e5f528..c2461f7 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -48,4 +48,4 @@ PYTHONPATH=pagure ./nosetests -v --with-xcoverage --cover-erase --cover-package= PYTHONPATH=pagure pylint -f parseable pagure | tee pylint.out pep8 pagure/*.py pagure/*/*.py | tee pep8.out -deactivate +trap deactive INT TERM EXIT