mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
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>
This commit is contained in:
parent
31437d04e8
commit
09a4062505
2 changed files with 21 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue