ci: Travis: use py38 (#781)

This commit is contained in:
Daniel Hahler 2020-01-07 10:40:30 +01:00 committed by Tom Christie
parent 84eac86057
commit 6909eea06d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cache: pip
python:
- "3.6"
- "3.7"
- "3.8-dev"
- "3.8"
install:
- pip install -U -r requirements.txt