Another try at getting 3.7 to run

This commit is contained in:
Veronica K. B. Olsen
2020-08-08 16:43:06 +02:00
parent d6e91df208
commit e8ad068a42
+7 -13
View File
@@ -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