Skip to content

Commit c3439a1

Browse files
committed
fixup! git rm requirements_pytest.txt
1 parent d9cb9b7 commit c3439a1

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Diff for: .travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ dist: focal
33
language: python
44
python: 3.8
55
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
97
jobs:
108
include:
119
- name: Build
10+
install: pip install pytest-cov -r requirements.txt
1211
script:
1312
- pytest --doctest-modules --ignore=project_euler/ --durations=10 --cov-report=term-missing:skip-covered --cov=. .
1413
- name: Project Euler
14+
install: pip install pytest-cov pytest-subtests
1515
script:
1616
- pytest --tb=no --no-summary --capture=no project_euler/validate_solutions.py || true # fail fast on wrong solution
1717
- pytest --doctest-modules --durations=10 --cov-report=term-missing:skip-covered --cov=project_euler/ project_euler/

Diff for: requirements_pytest.txt

-5
This file was deleted.

0 commit comments

Comments
 (0)