Fixed travis yml config warnings
This commit is contained in:
+8
-16
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user