From a3f2487622d47a761160b4e350eaf1f37330799b Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Fri, 14 Aug 2020 20:05:35 +0200 Subject: [PATCH] Fixed travis yml config warnings --- .travis.yml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e11d47a..b0b45ee9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,8 @@ -os: - - linux -dist: - - focal +os: linux +dist: focal services: - xvfb -language: - - python +language: python cache: - bundler @@ -34,10 +31,8 @@ stages: jobs: include: - - stage: - - Main - python: - - 3.8 + - stage: Main + python: 3.8 script: - python -m pytest --cov=nw -v after_success: @@ -45,15 +40,12 @@ jobs: after_failure: - cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes - - stage: - - Supported - python: - - 3.6 + - stage: Supported + python: 3.6 script: - python -m pytest -v - - python: - - 3.7 + - python: 3.7 script: - python -m pytest -v