gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-backoffice] 19/31: export PYTHONPATH before tests ar


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] 19/31: export PYTHONPATH before tests are run, and include articles and data into the installed bundle.
Date: Thu, 04 Jan 2018 18:09:42 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository backoffice.

commit f51e10e56ef39ff79878f56bf6d77c633f052afb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Nov 25 14:46:46 2017 +0100

    export PYTHONPATH before tests are run, and include
    articles and data into the installed bundle.
---
 Makefile.in  | 1 +
 configure.ac | 1 +
 setup.py     | 2 ++
 3 files changed, 4 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index a50e280..508f141 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,4 +49,5 @@ install: $(templates) install-data
 .PHONY: check
 check:
        @export address@hidden@/talerblog/tests.conf; \
+        export address@hidden@/lib/address@hidden@/site-packages; \
         python3 talerblog/tests.py
diff --git a/configure.ac b/configure.ac
index 88de9a4..db0e695 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ AC_PROG_SED
 PC_INIT([3.4])
 pyheaders=0
 PC_PYTHON_CHECK_HEADERS([pyheaders=1])
+PC_PYTHON_CHECK_VERSION()
 
 #
 # Check for pip3
diff --git a/setup.py b/setup.py
index 9caae1b..4c76f73 100755
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,8 @@ setup(name='talerblog',
               "blog/static/web-common/*.js",
               "blog/static/web-common/*.js.tar.gz",
               "blog/static/web-common/*.html",
+              "blog/articles/*",
+              "blog/data/*"
       ]
       },
       scripts=['taler-merchant-blog'],

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]