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:
include:
- stage: Initial
python:
- 3.8
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
python: 3.8
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
python:
- 3.6
- 3.7
script:
- python -m pytest --cov=nw -m "project|core|gui" -v
python: 3.6
- python: 3.7
script: python -m pytest -m "project|core|gui" -v