diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-04-08 14:33:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 14:33:22 +0000 |
commit | 4e872c2b19205b76e91e6235859a34e50f4a1bb8 (patch) | |
tree | f5cbcb8644d41d0a9263d026a93f4a0804bcc846 | |
parent | 65e8af62b18d5776ebed02ae9d22e137d7f421ca (diff) | |
parent | a7862ba3c1557fd39269dad3781a1909a8cff363 (diff) | |
download | searxng-4e872c2b19205b76e91e6235859a34e50f4a1bb8.tar.gz searxng-4e872c2b19205b76e91e6235859a34e50f4a1bb8.zip |
Merge pull request #1916 from dalf/travis-python-version
[mod] .travis.yml: add Python 3.7 and Python 3.8
-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: |