File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
script :
17
17
- pytest --doctest-modules --durations=10 --cov-report=term-missing:skip-covered --cov=project_euler/ project_euler/
18
18
- name : Project Euler Solution
19
+ install :
20
+ - pip install pytest
19
21
script :
20
22
- pytest --tb=short --durations=10 project_euler/validate_solutions.py
21
23
after_success :
Original file line number Diff line number Diff line change 648
648
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_48/sol1.py )
649
649
* Problem 49
650
650
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_49/sol1.py )
651
+ * Problem 51
652
+ * [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_51/sol1.py )
651
653
* Problem 52
652
654
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_52/sol1.py )
653
655
* Problem 53
You can’t perform that action at this time.
0 commit comments