From 6c29c5eef7a954802232b31f87e8e8ffb3a1b884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Fri, 13 Sep 2019 14:09:15 +0200 Subject: [PATCH] Clean up config file for Travis. - remove obsolete "sudo" keyword - remove old dev versions - remove matrix modified: .travis.yml --- .travis.yml | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea6026b..c6a69f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,31 +1,12 @@ language: python -sudo: required dist: xenial -matrix: - include: - - python: '3.6' - - python: 3.6-dev - - python: '3.7' - - python: 3.7-dev - dist: xenial - sudo: true +python: 3.6 +python: 3.7 +python: 3.8-dev +python: nightly +allow_failures: - python: 3.8-dev - dist: xenial - sudo: true - python: nightly - dist: xenial - sudo: true - allow_failures: - - python: 3.6-dev - - python: 3.7-dev - dist: xenial - sudo: true - - python: 3.8-dev - dist: xenial - sudo: true - - python: nightly - dist: xenial - sudo: true install: - pip install -e . script: