Skip to content

Commit

Permalink
Use Plone5.2 + python3.7 by default to test this package
Browse files Browse the repository at this point in the history
Fixes #103
  • Loading branch information
ale-rt committed Nov 20, 2019
1 parent f79eead commit 0d80ab6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: xenial
language: python
python: 2.7
python: 3.7
sudo: false
addons:
sauce_connect: true
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.1.x.cfg
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.2.x.cfg
versions.cfg
parts +=
docs
Expand Down
1 change: 1 addition & 0 deletions news/103.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use Plone5.2 + python3.7 by default to test this package [ale-rt]
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
setuptools==33.1.1
zc.buildout==2.12.1
-r https://dist.plone.org/release/5.2-latest/requirements.txt

0 comments on commit 0d80ab6

Please sign in to comment.