[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
- [GNUnet-SVN] [taler-backoffice] branch master created (now 24d0c1c), gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 04/31: config defaults, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 24/31: better 402 page, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 01/31: submodule, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 15/31: typo, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 25/31: add taler nojs tags to make CSS magic work, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 19/31: export PYTHONPATH before tests are run, and include articles and data into the installed bundle.,
gnunet <=
- [GNUnet-SVN] [taler-backoffice] 07/31: setuptools, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 02/31: auto{make,conf}, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 13/31: helper module, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 10/31: moving data, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 23/31: fix names, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 26/31: decrease article cost to make it work with tipping, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 27/31: adjust tests, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 03/31: bootstrap/wsgi/launcher, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 06/31: base template, gnunet, 2018/01/04
- [GNUnet-SVN] [taler-backoffice] 18/31: naming leftovers, gnunet, 2018/01/04