Skip to content

1.5.1

Compare
Choose a tag to compare
@TheKevJames TheKevJames released this 28 Sep 05:16
· 333 commits to master since this release
eba54e4

1.5.1 (2018-09-28)

Features

  • git: omit git info when git isn't installed (#187) (764956ea)
    • ... instead of erroring. The fixes the v1.4.0 release of "supporting non-git repos" when the git binary is not installed.
    • Note that commit info can still be set with env vars, even in non-git repositories -- see the docs for more info!

Compatibility

  • python: include python 3.7 in matrix tests (023d474)
    • previous versions of coveralls-python should be compatible with Python 3.7, no code changes were required to make tests pass

Internal

  • remove pytest-runner as a dependency (#185) (4cbbfcd)