Skip to content

Commit

Permalink
Merge b67c8df into 0b2d72a
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFriendlyCoder committed Jul 19, 2020
2 parents 0b2d72a + b67c8df commit e391bc0
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 e391bc0

Please sign in to comment.