logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 5947c0564966a791709c855fa2fb01af984c86dc
parent 8511e64f350b4b31db314a5d74ef77dd5b97b5f3
Author: Marc Abonce Seguin <marc-abonce@mailbox.org>
Date:   Tue, 16 Jan 2018 22:29:04 -0600

add CI test for python3.5

Python3.5 is still the default Python3 version in
Debian Stretch (stable) and Ubuntu 16.04 LTS
https://packages.debian.org/source/stretch/python3-defaults
https://packages.ubuntu.com/source/xenial/python/python3-defaults

Diffstat:

M.travis.yml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -9,6 +9,7 @@ addons: language: python python: - "2.7" + - "3.5" - "3.6" before_install: - "export DISPLAY=:99.0"