Skip to content

Commit

Permalink
use latest Zope4 release for testing; one global sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Oct 17, 2018
1 parent 698bd07 commit b5e4c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: python
sudo: false
matrix:
include:
- python: "2.7"
sudo: false
- python: "3.5"
sudo: false
- python: "3.6"
sudo: false
- python: "3.7"
dist: xenial
sudo: 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/zopefoundation/Zope/master/versions.cfg
https://zopefoundation.github.io/Zope/releases/4.0b6/versions-prod.cfg

develop = .
parts = test
Expand Down

0 comments on commit b5e4c40

Please sign in to comment.