Skip to content

Commit

Permalink
Remove createcoverage section from travis.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed May 27, 2017
1 parent f994459 commit 42fd479
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,6 @@ script:
- bin/test-no-uncommitted-doc-changes
after_success:
- bin/test-coverage
# - bin/createcoverage
- pip install coverage==3.7.1 coveralls
- coveralls
- docker.io build --tag plone.restapi:$(git rev-parse HEAD) .
Expand Down
10 changes: 0 additions & 10 deletions travis.cfg
@@ -1,15 +1,5 @@
[buildout]
extends = plone-x.x.x.cfg
parts += createcoverage

# caches, see also .travis.yaml
# one should not depend on '/home/travis' but it seems stable in containers.
eggs-directory = /home/travis/buildout-cache/eggs
download-cache = /home/travis/buildout-cache/downloads

[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage

[code-analysis]
recipe = plone.recipe.codeanalysis
Expand Down

0 comments on commit 42fd479

Please sign in to comment.