From 4ab9fe0d377e125915eb52ff549098782ac11a08 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 09 2016 16:25:59 +0000 Subject: Enable the jenkins CI service for the tests --- diff --git a/runtests.sh b/runtests.sh index eb8063b..7be1368 100755 --- a/runtests.sh +++ b/runtests.sh @@ -1,3 +1,3 @@ #!/bin/bash -PYTHONPATH=pagure ./nosetests --with-coverage --cover-erase --cover-package=pagure $* +PAGURE_CONFIG=../tests/config PYTHONPATH=pagure ./nosetests --with-coverage --cover-erase --cover-package=pagure $* diff --git a/tests/config b/tests/config new file mode 100644 index 0000000..d52090c --- /dev/null +++ b/tests/config @@ -0,0 +1 @@ +PAGURE_CI_SERVICES = ['jenkins']