Skip to content

Commit 7ab61ef

Browse files
committed
Move verbose and coverage options for pytest back to ci script
1 parent e828788 commit 7ab61ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ else
9292
mkdir empty
9393
cd empty
9494

95-
pytest
95+
pytest -r a --verbose --cov --cov-config=../.coveragerc
9696

9797
bash <(curl -s https://codecov.io/bash)
9898
fi

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
addopts = -W error -ra -v --pyargs pytest_trio --verbose --cov
2+
addopts = -W error --pyargs pytest_trio

0 commit comments

Comments
 (0)