From 6a664a1890066e82d2ee261aaf8ce93b3a62611e Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 8 Aug 2020 17:23:52 +0200 Subject: [PATCH] Drop 3.9 for now as it takes too long to build dependencies --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e0f2cf7..eb85544e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,8 @@ install: stages: - name: Main - name: Supported - - name: Future - if: branch = main +# - name: Future +# if: branch = main jobs: include: @@ -53,9 +53,9 @@ jobs: script: - python -m pytest -v - - stage: - - Future - python: - - 3.9-dev - script: - - python -m pytest -v +# - stage: +# - Future +# python: +# - 3.9-dev +# script: +# - python -m pytest -v