Re: py.test/tox InvocationError

2016-10-17 Thread Stephane Wirtel
You have a conflict with the installed version and the need version of coverage. Just fix that. On 10/16, D.M. Procida wrote: When I run: py.test --cov=akestra_utilities --cov=akestra_image_plugin --cov=chaining --cov=contacts_and_people --cov=housekeeping --cov=links --cov=news_and_events -

py.test/tox InvocationError

2016-10-16 Thread D.M. Procida
When I run: py.test --cov=akestra_utilities --cov=akestra_image_plugin --cov=chaining --cov=contacts_and_people --cov=housekeeping --cov=links --cov=news_and_events --cov=vacancies_and_studentships --cov=video --cov-report=term-missing example tests it works quite happily. When I run tox -e c