summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-04-01 14:16:49 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-04-01 14:16:49 +0200
commit9b48ae47ec837250a9a15e26f85ada33b7aa4f71 (patch)
treea4635f09cb20c26f4a3f268809250492d300f51f /.travis.yml
parent8c145ff2fed095edb79461c3be7ad76abc68db51 (diff)
downloadsearxng-9b48ae47ec837250a9a15e26f85ada33b7aa4f71.tar.gz
searxng-9b48ae47ec837250a9a15e26f85ada33b7aa4f71.zip
makefile.python: hardening - drop virtualenv, drop build support py2
From py3.3 on a subset of virtualenv is built-in, so you can run '-m venv' ot of the box. - replace: $(PY_ENV_BIN)/pip --> $(PY_ENV_BIN)/python -m pip - remove obsolete virtualenv-exe target and adjust VTENV_OPTS - remove obsolete msg-pip-exe target - print list of py launchers available from $(PY_ENV_BIN) to the log - fix hard coded ./local Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c79c5c4c5..911ca98e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,6 @@ stages:
jobs:
include:
- - python: "2.7"
- python: "3.5"
- python: "3.6"
- stage: docker