Fixed travis yml config warnings
This commit is contained in:
+8
-16
@@ -1,11 +1,8 @@
|
|||||||
os:
|
os: linux
|
||||||
- linux
|
dist: focal
|
||||||
dist:
|
|
||||||
- focal
|
|
||||||
services:
|
services:
|
||||||
- xvfb
|
- xvfb
|
||||||
language:
|
language: python
|
||||||
- python
|
|
||||||
cache:
|
cache:
|
||||||
- bundler
|
- bundler
|
||||||
|
|
||||||
@@ -34,10 +31,8 @@ stages:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage:
|
- stage: Main
|
||||||
- Main
|
python: 3.8
|
||||||
python:
|
|
||||||
- 3.8
|
|
||||||
script:
|
script:
|
||||||
- python -m pytest --cov=nw -v
|
- python -m pytest --cov=nw -v
|
||||||
after_success:
|
after_success:
|
||||||
@@ -45,15 +40,12 @@ jobs:
|
|||||||
after_failure:
|
after_failure:
|
||||||
- cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes
|
- cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes
|
||||||
|
|
||||||
- stage:
|
- stage: Supported
|
||||||
- Supported
|
python: 3.6
|
||||||
python:
|
|
||||||
- 3.6
|
|
||||||
script:
|
script:
|
||||||
- python -m pytest -v
|
- python -m pytest -v
|
||||||
|
|
||||||
- python:
|
- python: 3.7
|
||||||
- 3.7
|
|
||||||
script:
|
script:
|
||||||
- python -m pytest -v
|
- python -m pytest -v
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user