Skip to content

Commit

Permalink
Merge pull request python-trio#226 from kyrias/verbose-travis-tests
Browse files Browse the repository at this point in the history
ci/travis.sh: Run tests with --verbose
  • Loading branch information
kyrias authored Jun 16, 2017
2 parents 2f16544 + 2bd18df commit 6311069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
cd empty

INSTALLDIR=$(python -c "import os, trio; print(os.path.dirname(trio.__file__))")
pytest -W error -ra --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --cov-config=../.coveragerc
pytest -W error -ra --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --cov-config=../.coveragerc --verbose

coverage combine
pip install codecov && codecov
Expand Down

0 comments on commit 6311069

Please sign in to comment.