From 7eabb7a1f4611ae468cbd68e3e191af7837d8704 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 8 Aug 2020 17:09:30 +0200 Subject: [PATCH] That did not work --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d7fbf31..af892e46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ addons: install: # - pip install --upgrade pip -# - pip install -r requirements.txt + - pip install -r requirements.txt - pip install PyVirtualDisplay - pip install pytest-cov - pip install pytest-xvfb @@ -25,6 +25,8 @@ install: stages: - name: Main - name: Supported + - name: Future +# if: branch = main jobs: include: @@ -51,7 +53,9 @@ jobs: script: - python -m pytest -v - - python: + - stage: + - Future + python: - 3.9-dev script: - python -m pytest -v