Fixed travis yml config warnings

This commit is contained in:
Veronica K. B. Olsen
2020-08-14 20:05:35 +02:00
parent dcbe726170
commit a3f2487622
+8 -16
View File
@@ -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