mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
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
This commit is contained in:
parent
8511e64f35
commit
5947c05649
@ -9,6 +9,7 @@ addons:
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
before_install:
|
before_install:
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user