Hi, I'm pleased to announce a new pytest-travis-fold plugin that provides better look and feel when using Travis CI. Once installed it makes captured stdout / stderr sections of failing tests appear folded in the Travis CI build log view.
To enable it, add this install step to .travis.yml: install: - pip install pytest-travis-fold You may install it either through .travis.yml, tox.ini, setup.py requirements, ... - whatever you find appropriate. In any case it won't interfere with your dev environment; it is only activated when it detects the Travis CI environment, or by using the --travis-fold command line switch (in general, you won't need it though). GitHub: https://github.com/abusalimov/pytest-travis-fold PyPI: https://pypi.python.org/pypi/pytest-travis-fold I'd be happy to get your feedback! -- Best regards, Eldar Sh. Abusalimov
_______________________________________________ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev