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