Closed erral closed 6 years ago
in fact is simpler than that; all you need to do is:
...
env:
- PLONE_VERSION=4.3 VERSIONS=plone.app.registry=1.5
- PLONE_VERSION=5.0
- PLONE_VERSION=5.1
...
install:
...
- bin/buildout $VERSIONS annotate
- bin/buildout $VERSIONS
...
take a look at how this works on collective.cover.
Thanks, it's in fact much easier...
thanks! I'm going to update lazysizes to 4.0.1 later and then make a new release:
@hvelarde can you check this?
I needed not only to require plone.app.registry >= 1.5 on setup.py but set also on the testing buildout because Plone 4.3.x's requirement is plone.app.registry = 1.2.5. To get that I had to split the testing buildout file into multiple ones and change the testing config on
.travis.yml
. Please if this configuration is or you'd rather do it in another way.