diff --git a/.travis.yml b/.travis.yml index fb37a6b..e9b3d24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,13 +24,15 @@ matrix: env: PLONE_VERSION=5.2 TEST_EGG=collective.messagesviewlet[test] - python: "3.7" env: PLONE_VERSION=5.2 TEST_EGG=collective.messagesviewlet[test] + - python: "3.7" + env: PLONE_VERSION=6.x TEST_EGG=collective.messagesviewlet[test] sudo: true fast_finish: true before_install: - sudo apt-get install -y firefox-geckodriver - virtualenv -p `which python` . - - cp plone-$PLONE_VERSION.x.cfg buildout.cfg + - cp plone-$PLONE_VERSION.x.cfg buildout.cfg install: - echo $PLONE_VERSION