Skip to content

Commit

Permalink
Move pytest options to pytest inifile
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jan 11, 2019
1 parent 5df0bde commit bae1fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ else
mkdir empty
cd empty

coverage run --rcfile=../.coveragerc -m pytest -W error -ra -v --pyargs pytest_trio --verbose
pytest

bash <(curl -s https://codecov.io/bash)
fi
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
addopts = -W error -ra -v --pyargs pytest_trio --verbose --cov

0 comments on commit bae1fbc

Please sign in to comment.