Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Fix Travis by updating zc.buildout version
Browse files Browse the repository at this point in the history
modified:   buildout.cfg
modified:   requirements.txt
  • Loading branch information
jugmac00 committed May 14, 2020
1 parent 80916c5 commit eb88cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ eggs = coverage
keas.kmi = git https://github.com/zopefoundation/keas.kmi.git

[versions]
zc.buildout = 2.10.0
zc.buildout = 2.12.0
setuptools = 38.2.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NOTE: setuptools and zc.buildout versions must be in sync with:
# - /versions.cfg
setuptools==38.2.3
zc.buildout==2.10.0
zc.buildout==2.12.0

0 comments on commit eb88cf5

Please sign in to comment.