diff options
author | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2018-01-16 22:29:04 -0600 |
---|---|---|
committer | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2018-01-16 22:29:04 -0600 |
commit | 5947c0564966a791709c855fa2fb01af984c86dc (patch) | |
tree | 51ccbfdee0d15e06690f8a0e981bb79d1465bc3d /.travis.yml | |
parent | 8511e64f350b4b31db314a5d74ef77dd5b97b5f3 (diff) | |
download | searxng-5947c0564966a791709c855fa2fb01af984c86dc.tar.gz searxng-5947c0564966a791709c855fa2fb01af984c86dc.zip |
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 (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0dde8317d..08bcfaadd 100644 --- 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" |