From a7aa7be0109d74996b50db94963687f52144fcb1 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Tue, 13 Oct 2020 20:27:49 +0530 Subject: [PATCH 1/2] Fix Travis CI long run for validate_solutions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e43ff5c2f030..f31dae8467d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ jobs: script: - pytest --doctest-modules --durations=10 --cov-report=term-missing:skip-covered --cov=project_euler/ project_euler/ - name: Project Euler Solution + install: + - pip install pytest script: - pytest --tb=short --durations=10 project_euler/validate_solutions.py after_success: From 755c6a04a5e2ac39a34c24928fbd7ddd37e0b17a Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Tue, 13 Oct 2020 15:00:18 +0000 Subject: [PATCH 2/2] updating DIRECTORY.md --- DIRECTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index eee4ae55ca10..8bc4c2af09d6 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -648,6 +648,8 @@ * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_48/sol1.py) * Problem 49 * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_49/sol1.py) + * Problem 51 + * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_51/sol1.py) * Problem 52 * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_52/sol1.py) * Problem 53