travis: add Python 3.8

- allow failures for now
This commit is contained in:
Christian Nicolai 2020-02-28 13:28:12 +01:00 committato da GitHub
parent 7ce6833947
commit 82d15c9d95
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni

Vedi File

@ -6,6 +6,7 @@ python:
- "3.4"
- "3.5"
- "3.7"
- "3.8"
jobs:
fast_finish: true
@ -13,6 +14,7 @@ jobs:
- python: "3.4"
- python: "3.5"
- python: "3.7"
- python: "3.8"
env:
- PIPENV_VERBOSITY=-1