Fixed 3.6 and added 3.9
This commit is contained in:
+31
-13
@@ -18,23 +18,41 @@ install:
|
|||||||
# - pip install pytest-faulthandler
|
# - pip install pytest-faulthandler
|
||||||
- pip install PyVirtualDisplay
|
- pip install PyVirtualDisplay
|
||||||
- pip install pytest-xvfb
|
- pip install pytest-xvfb
|
||||||
- pip install pytest-cov
|
|
||||||
- pip install pytest-qt
|
- pip install pytest-qt
|
||||||
- pip install codecov
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- name: Initial
|
- name: Main
|
||||||
- name: Full
|
- name: Supported
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Initial
|
- stage:
|
||||||
python: 3.8
|
- Main
|
||||||
script: python -m pytest --cov=nw -m "project|core|gui" -v
|
python:
|
||||||
after_success: codecov
|
- 3.8
|
||||||
after_failure: cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes
|
install:
|
||||||
|
- pip install pytest-cov
|
||||||
|
- pip install codecov
|
||||||
|
script:
|
||||||
|
- python -m pytest --cov=nw -m "project|core|gui" -v
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
after_failure:
|
||||||
|
- cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes
|
||||||
|
|
||||||
- stage: Full
|
- stage:
|
||||||
python: 3.6
|
- Supported
|
||||||
- python: 3.7
|
python:
|
||||||
script: python -m pytest -m "project|core|gui" -v
|
- 3.6
|
||||||
|
script:
|
||||||
|
- python -m pytest -m "project|core|gui" -v
|
||||||
|
|
||||||
|
- python:
|
||||||
|
- 3.7
|
||||||
|
script:
|
||||||
|
- python -m pytest -m "project|core|gui" -v
|
||||||
|
|
||||||
|
- python:
|
||||||
|
- 3.9-dev
|
||||||
|
script:
|
||||||
|
- python -m pytest -m "project|core|gui" -v
|
||||||
|
|||||||
Reference in New Issue
Block a user