File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ dist: focal
3
3
language : python
4
4
python : 3.8
5
5
cache : pip
6
- install :
7
- - pip install --upgrade pip setuptools six
8
- - pip install -r requirements_pytest.txt
6
+ before_install : pip install --upgrade pip setuptools six
9
7
jobs :
10
8
include :
11
9
- name : Build
10
+ install : pip install pytest-cov -r requirements.txt
12
11
script :
13
12
- pytest --doctest-modules --ignore=project_euler/ --durations=10 --cov-report=term-missing:skip-covered --cov=. .
14
13
- name : Project Euler
14
+ install : pip install pytest-cov pytest-subtests
15
15
script :
16
16
- pytest --tb=no --no-summary --capture=no project_euler/validate_solutions.py || true # fail fast on wrong solution
17
17
- pytest --doctest-modules --durations=10 --cov-report=term-missing:skip-covered --cov=project_euler/ project_euler/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments