1
0
Fork 0

travis: add Python 3.8

- allow failures for now
Dieser Commit ist enthalten in:
Christian Nicolai 2020-02-28 13:27:35 +01:00 committet von GitHub
Ursprung 4128233d0d
Commit 1a0216f1bf
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -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