Skip to content

Commit

Permalink
Uninstall six for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Massmann committed Dec 20, 2017
1 parent 8eb3ba9 commit 89eed08
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 @@ -30,6 +30,9 @@ matrix:
fast_finish: true
addons:
firefox: 45.8.0esr
before_install:
# FIXME: We have no idea how and why six==1.11.0 is being installed
- pip uninstall -y six
install:
- sed -ie "s#test-4.x.cfg#test-$PLONE_VERSION.x.cfg#" travis.cfg
- sed -ie "s#versions-$PLONE_VERSION.x#versions#" travis.cfg
Expand Down

0 comments on commit 89eed08

Please sign in to comment.