Skip to content

Commit bae1fbc

Browse files
committed
Move pytest options to pytest inifile
1 parent 5df0bde commit bae1fbc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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-
coverage run --rcfile=../.coveragerc -m pytest -W error -ra -v --pyargs pytest_trio --verbose
95+
pytest
9696

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

pytest.ini

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

0 commit comments

Comments
 (0)