Skip to content

Commit

Permalink
travis: start testing Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed May 7, 2020
1 parent b93d4e3 commit 02b536b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ matrix:
fast_finish: true
allow_failures:
- env: REQUIREMENTS=devel EXTRAS=all,elasticsearch7 ES_URL=$ES7_DOWNLOAD_URL
- python: 3.8

cache:
- pip
Expand All @@ -47,6 +48,7 @@ env:
python:
- "3.6"
- "3.7"
- "3.8"

before_install:
- "pip uninstall -y six"
Expand Down

0 comments on commit 02b536b

Please sign in to comment.