From 785e8a52345664744555e68cec91e4a3d37621a9 Mon Sep 17 00:00:00 2001 From: Juergen Edelbluth Date: Sun, 2 Feb 2020 08:59:38 +0100 Subject: [PATCH] Build-Matrix erweitern --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5997fb3..072e04b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,15 @@ language: python -dist: xenial +dist: + - xenial + - bionic python: - 3.5 - 3.6 - 3.7 - 3.8 + - nightly cache: pip