Skip to content

Commit

Permalink
Do not extend parts on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Mar 29, 2015
1 parent 70d6346 commit 5d43d36
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions travis.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[buildout]
extends = buildout.cfg
parts +=
download
install
code-analysis
parts =
download
install
test
coverage
test-coverage
code-analysis
eggs-directory = buildout-cache/eggs
download-cache = buildout-cache/downloads

Expand Down

0 comments on commit 5d43d36

Please sign in to comment.