2
0
mirror of https://github.com/searx/searx synced 2025-08-31 14:38:23 +00:00

Merge pull request #1916 from dalf/travis-python-version

[mod] .travis.yml: add Python 3.7 and Python 3.8
This commit is contained in:
Markus Heiser
2020-04-08 14:33:22 +00:00
committed by GitHub

View File

@@ -32,8 +32,10 @@ jobs:
env: PY=2 env: PY=2
- python: "3.5" - python: "3.5"
- python: "3.6" - python: "3.6"
- python: "3.7"
- python: "3.8"
- stage: docker - stage: docker
python: "3.6" python: "3.8"
git: git:
depth: false depth: false
services: services: