Skip to content

Commit

Permalink
Try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Apr 18, 2017
1 parent ad3ab6f commit c7a9f60
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@ env:
cache:
pip: true
directories:
- $HOME/buildout-cache
- $HOME/eggs
matrix:
fast_finish: true
before_install:
- mkdir -p $HOME/buildout-cache/{eggs,downloads}
- mkdir $HOME/.buildout
- echo "[buildout]" > $HOME/.buildout/default.cfg
- echo "download-cache = $HOME/buildout-cache/downloads" >> $HOME/.buildout/default.cfg
- echo "eggs-directory = $HOME/buildout-cache/eggs" >> $HOME/.buildout/default.cfg
- pip install zc.buildout
- virtualenv .
- bin/pip install --upgrade zc.buildout==2.8.0 setuptools=34.1.1
- cp test-$PLONE_VERSION.cfg buildout.cfg
install:
- buildout -N -t 3 annotate
- buildout -N -t 3
- bin/buildout -N -t 3 annotate
- bin/buildout -N -t 3
script:
- bin/code-analysis
- bin/test
Expand Down

0 comments on commit c7a9f60

Please sign in to comment.