diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-04-13 13:01:07 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-04-13 13:01:07 +0200 |
| commit | f2ca12b54fdec72cdf0ac906d616e5c8b1fd1cb3 (patch) | |
| tree | e858a25ac8144446c37660e817f2afe28c3f8c71 /.travis.yml | |
| parent | 30c0a0fb641f2248829a3ccc3fd6abe58a55c77f (diff) | |
| parent | ee856571c98b9d25a081671a4d7dfe551c7ef6c3 (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 76a20b00d..f6fa9c985 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,10 @@ jobs: env: PY=2 - python: "3.5" - python: "3.6" + - python: "3.7" + - python: "3.8" - stage: docker - python: "3.6" + python: "3.8" git: depth: false services: |