Another try at getting 3.7 to run
This commit is contained in:
+7
-13
@@ -29,18 +29,12 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Initial
|
- stage: Initial
|
||||||
python:
|
python: 3.8
|
||||||
- 3.8
|
script: python -m pytest --cov=nw -m "project|core|gui" -v
|
||||||
script:
|
after_success: codecov
|
||||||
- python -m pytest --cov=nw -m "project|core|gui" -v
|
after_failure: cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes
|
||||||
after_success:
|
|
||||||
- codecov
|
|
||||||
after_failure:
|
|
||||||
- cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes
|
|
||||||
|
|
||||||
- stage: Full
|
- stage: Full
|
||||||
python:
|
python: 3.6
|
||||||
- 3.6
|
- python: 3.7
|
||||||
- 3.7
|
script: python -m pytest -m "project|core|gui" -v
|
||||||
script:
|
|
||||||
- python -m pytest --cov=nw -m "project|core|gui" -v
|
|
||||||
|
|||||||
Reference in New Issue
Block a user