Skip to content

Commit

Permalink
Configure Travis-CI to cache buildout eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Dec 13, 2014
1 parent bd2402b commit deffee8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 29 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
language: python
python: "2.7"
python: 2.7
sudo: false
addons:
sauce_connect:
username: $SAUCE_USERNAME
access_key: $SAUCE_ACCESS_KEY
cache:
directory:
- eggs
install:
- virtualenv buildout --no-setuptools
- mkdir -p buildout-cache/downloads
- buildout/bin/python bootstrap.py -c travis.cfg
- bin/buildout -N -t 3 -c travis.cfg ${VERSIONS}
- python bootstrap.py
- bin/buildout -N -t 3 ${VERSIONS}
before_script:
- gem install --version 0.8.9 faraday
- gem install travis-artifacts
Expand Down
24 changes: 0 additions & 24 deletions travis.cfg

This file was deleted.

1 comment on commit deffee8

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=695fb8ef03b84e68b197373573a74069
plone-4.3-python-2.6 [SUCCESS]
plone-4.3-python-2.7 [SUCCESS]
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.