Skip to content

Commit 34d63d5

Browse files
dhruvmanilagithub-actions
and
github-actions
authored
Fix Travis CI slow build on Project Euler Solution job (#3262)
* Fix Travis CI long run for validate_solutions * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent ca2d269 commit 34d63d5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
script:
1717
- pytest --doctest-modules --durations=10 --cov-report=term-missing:skip-covered --cov=project_euler/ project_euler/
1818
- name: Project Euler Solution
19+
install:
20+
- pip install pytest
1921
script:
2022
- pytest --tb=short --durations=10 project_euler/validate_solutions.py
2123
after_success:

Diff for: DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,8 @@
648648
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_48/sol1.py)
649649
* Problem 49
650650
* [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)
651653
* Problem 52
652654
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_52/sol1.py)
653655
* Problem 53

0 commit comments

Comments
 (0)