Skip to content

Commit 261f24b

Browse files
committed
chore: more clean up
1 parent 5a0934c commit 261f24b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Click>=2.0.0,<=6.7
2+
coverage==5.4
23
Flask==1.0
34
configparser==3.5.0
4-
codecov==2.0.5
5-
coverage==4.3.4
65
flake8==3.8.3
76
mock==3.0.5
87
psutil==5.7.0
98
pycodestyle==2.6.0
109
pydocstyle==4.0.1
1110
tox==3.14.0
1211
pytest==5.4.1
12+
pytest-cov==2.11.1
1313
tox-travis==0.8
1414
wheel==0.24.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ envlist=py{36,37,38,39}-{test,install}
44
deps=
55
test: -rrequirements_dev.txt
66
commands=
7-
test: pytest
7+
test: pytest --cov pact tests
88
install: python -c "import pact"

0 commit comments

Comments
 (0)