Skip to content

Commit

Permalink
Merge pull request #50 from zopefoundation/coveralls
Browse files Browse the repository at this point in the history
Add support for coveralls.
  • Loading branch information
dataflake committed Dec 6, 2017
2 parents f86bd60 + e5ac35d commit 6d4ba61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
sudo: false
dist: trusty
language: python
python:
- "2.7"
install:
- pip install -U coverage coveralls
- pip install -U six==$(curl $(awk '$1 == "extends" {print $3}' buildout.cfg) 2>/dev/null | awk '$1 == "six" {print $3}')
- python bootstrap.py
- bin/buildout
script:
- bin/test -pvc
- coverage run bin/test -vvc
after_success:
- coveralls
notifications:
email: tseaver@palladion.com
cache:
- pip: true
- directories:
- eggs/
3 changes: 1 addition & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[buildout]
extends =
https://zopefoundation.github.io/Zope/releases/4.0a6/versions-prod.cfg
extends = https://zopefoundation.github.io/Zope/releases/4.0a6/versions-prod.cfg
develop = .
parts =
test
Expand Down

0 comments on commit 6d4ba61

Please sign in to comment.