Skip to content

Commit 001040d

Browse files
committed
fixup! before_script
1 parent 12d2c07 commit 001040d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- name: Project Euler
1414
install:
1515
- pip install pytest-cov pytest-subtests
16+
before_script:
1617
- pytest --tb=no --no-summary --capture=no project_euler/validate_solutions.py || true # fail fast on wrong solution
1718
script:
1819
- pytest --doctest-modules --durations=10 --cov-report=term-missing:skip-covered --cov=project_euler/ project_euler/

0 commit comments

Comments
 (0)