Skip to content

Commit

Permalink
Uninstall six before installing buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Dec 13, 2017
1 parent 5de1893 commit 3116045
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
- PLONE_VERSION=5.1
matrix:
fast_finish: true
before_install:
# FIXME: I have no idea how and why six==1.11.0 i being installed
- pip uninstall -y six
install:
- sed -ie "s#test-4.3.x.cfg#test-$PLONE_VERSION.x.cfg#" buildout.cfg
- python bootstrap.py
Expand Down

0 comments on commit 3116045

Please sign in to comment.