diff options
author | Dalf <alex@al-f.net> | 2020-04-08 15:34:01 +0200 |
---|---|---|
committer | Dalf <alex@al-f.net> | 2020-04-08 15:42:02 +0200 |
commit | a7862ba3c1557fd39269dad3781a1909a8cff363 (patch) | |
tree | f5cbcb8644d41d0a9263d026a93f4a0804bcc846 /.travis.yml | |
parent | 65e8af62b18d5776ebed02ae9d22e137d7f421ca (diff) | |
download | searxng-a7862ba3c1557fd39269dad3781a1909a8cff363.tar.gz searxng-a7862ba3c1557fd39269dad3781a1909a8cff363.zip |
[mod] .travis.yml: add Python 3.7 and Python 3.8
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: |