Skip to content

Commit 4d73f7e

Browse files
committed
Try to fix coveralls dependency mismatch issue
1 parent 2d0299f commit 4d73f7e

File tree

3 files changed

+49
-41
lines changed

3 files changed

+49
-41
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python:
1010
install:
1111
- pip install pipenv black
1212
- pipenv install --dev
13-
- pip install python-coveralls
1413

1514
script:
1615
- flake8 --version

Pipfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ pytest-asyncio = "*"
1414
tox = "*"
1515
sphinx = "*"
1616
sphinx_rtd_theme = "*"
17-
# python-coveralls = "*"
18-
pytest-cov = "*"
19-
17+
python-coveralls = "*"
18+
pytest-cov = ">=2.4,<2.6"

Pipfile.lock

Lines changed: 47 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)