Skip to content

Commit ab0a621

Browse files
committed
Also need to install coverage
- As coveralls is not installed as part of the buildout it has no access to have access to the coverage library. Just install it in venv...
1 parent 65deb74 commit ab0a621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ install:
2323
script:
2424
- bin/coverage run --source=pmr2/oauth bin/test
2525
after_success:
26-
- pip install -q coveralls==0.5
26+
- pip install -q coverage==4.3.1 coveralls==0.5
2727
- coveralls

0 commit comments

Comments
 (0)