summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-04-01 17:21:26 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-04-01 17:21:26 +0200
commit09a4062505a8d79451374139bab525457eeb28cd (patch)
tree28171e7941c3fb36d1da6561777d93ae56d10e98 /.travis.yml
parent31437d04e82ec9cde4209d881f6635ac39d92ac4 (diff)
downloadsearxng-09a4062505a8d79451374139bab525457eeb28cd.tar.gz
searxng-09a4062505a8d79451374139bab525457eeb28cd.zip
makefile.python: partial revert off 9b48ae47, adds py2 support back
revert "makefile.python: ... drop build support py2" to get back Py2 support. TPy2 support need virtualenv installed by the OS. BTW: log environment and python version in travis's install phase Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e9f727a32..3c862fac6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ addons:
firefox: "latest"
install:
+ - env; which python; python --version
- make V=1 install
- make V=1 gecko.driver
- make V=1 node.env
@@ -29,6 +30,8 @@ stages:
jobs:
include:
+ - python: "2.7"
+ env: PY=2
- python: "3.5"
- python: "3.6"
- stage: docker