ci(travis): enable Python 3.8

This commit is contained in:
D. Bohdan 2020-06-02 20:43:20 +00:00
parent 7bd77e2ec7
commit dea4f2d871
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ matrix:
include:
- python: 3.7
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
- python: 3.8
dist: xenial
install:
- pip install poetry
- poetry install