Skip to content

Commit

Permalink
Fixes #82 coveralls code metrics fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFriendlyCoder committed Jul 19, 2020
1 parent 0b2d72a commit b67c8df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,9 @@ python:
#- pypy3.5

install:
- pip install tox tox-factor wheel python-coveralls
# pinning coverage package until bugs with coveralls plugin is fixed
# https://github.com/z4r/python-coveralls/issues/73
- pip install tox tox-factor wheel python-coveralls "coverage<5.0"

script:
- echo $TRAVIS_PYTHON_VERSION
Expand Down

0 comments on commit b67c8df

Please sign in to comment.