gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: exporting PYTHONPATH


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: exporting PYTHONPATH before tests are run
Date: Sat, 25 Nov 2017 14:53:29 +0100

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

marcello pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 0edae53  exporting PYTHONPATH before tests are run
0edae53 is described below

commit 0edae534359f38a2b8cdc480eb87036804826f11
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Nov 25 14:53:05 2017 +0100

    exporting PYTHONPATH before tests are run
---
 Makefile.in  | 1 +
 configure.ac | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index f0028d2..1693ad7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,4 +49,5 @@ install: $(templates) install-data
 .PHONY: check
 check:
        @export address@hidden@/talersurvey/tests.conf; \
+        export address@hidden@/lib/address@hidden@/site-packages; \
         python3 talersurvey/tests.py
diff --git a/configure.ac b/configure.ac
index fc6825d..58f5b5e 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

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



reply via email to

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