Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix coverage dependency issue
Currently, the most recent version of python-coveralls requires `coverage==4.0.3`, while pytest-cov requires `Coverage>=4.4`. The current fix seems to be to pin `pytest-cov` to a previous version. This can be changed once: z4r/python-coveralls#66 has been resolved.
- Loading branch information