[![Requirements Status][badge-req-img]][badge-req-ref]
[![Build Status][badge-travis-img]][badge-travis-ref]
[![Code Health][badge-landscape-img]][badge-landscape-ref]
+[![Codecov][badge-codecov-img]][badge-codecov-ref]
[![Docs Status][badge-doc-img]][badge-doc-ref]
[![Stories in Ready][badge-waffle-img]][badge-waffle-ref]
For bug reports, patch submissions or other questions, please use the
[Patchwork mailing list][pw-ml].
+[badge-codecov-ref]: https://codecov.io/gh/getpatchwork/patchwork
+[badge-codecov-img]: https://codecov.io/gh/getpatchwork/patchwork/branch/master/graph/badge.svg
[badge-doc-ref]: https://patchwork.readthedocs.io/en/latest/
[badge-doc-img]: https://readthedocs.org/projects/patchwork/badge/?version=latest
[badge-landscape-ref]: https://landscape.io/github/getpatchwork/patchwork/master
[tox]
minversion = 2.0
-envlist = py{27,34}-django{16,17,18,19,110},py35-django{18,19,110}
+envlist = pep8,py{27,34}-django{16,17,18,19,110},py35-django{18,19,110}
skipsdist = True
[testenv]