diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-04-08 14:55:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 14:55:49 +0000 |
commit | 5d4fcfcd9e094fa952ae1e69d849b03eb7a86ae2 (patch) | |
tree | e43cc5979b2c9ad44e4a099d119702842953ab1b | |
parent | 3973951770146f35d52664e971b76026af15d9f9 (diff) | |
parent | 4e872c2b19205b76e91e6235859a34e50f4a1bb8 (diff) | |
download | searxng-5d4fcfcd9e094fa952ae1e69d849b03eb7a86ae2.tar.gz searxng-5d4fcfcd9e094fa952ae1e69d849b03eb7a86ae2.zip |
Merge branch 'master' into requirements-upgrade
-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: |