Skip to content

Commit

Permalink
Workaround for coverage>=4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Mar 30, 2016
1 parent 3987301 commit 09fdfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,11 +10,11 @@ python:
- 3.5

install:
- pip install . flake8 flake8-import-order pytest pytest-cov
- pip install . "coverage<4" flake8 flake8-import-order pytest pytest-cov

script:
- flake8
- py.test --cov=cachetools --cov-report=term-missing

after_success:
- pip install "coverage<4" coveralls && coveralls
- pip install coveralls && coveralls

0 comments on commit 09fdfe9

Please sign in to comment.