Re: [pytest-dev] [ANN] pytest-travis-fold plugin

2015-10-20 Thread Floris Bruynooghe
On 18 October 2015 at 21:44, Eldar Abusalimov wrote: > > Sorry for spamming the mailing list. It's not spamming, you're more then welcome to use the list to announce and talk about your plugin. Thanks for contributing to the py.test ecosystem! Floris

Re: [pytest-dev] [ANN] pytest-travis-fold plugin

2015-10-18 Thread Eldar Abusalimov
Hi again, I've just discovered that installing a package through .travis.yml while using tox doesn't work as expected since tox creates a fresh venv each time. I updated setup howto in the README and released v1.0.1. Duplicating installation steps here to avoid the confusion: When using tox, add

[pytest-dev] [ANN] pytest-travis-fold plugin

2015-10-16 Thread Eldar Abusalimov
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: