Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Modernize and fix the test setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Oct 10, 2019
1 parent 334c726 commit 9917fa1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: python
python:
- 2.7
install:
- python bootstrap.py
- bin/buildout
- pip install -r requirements.txt
- buildout
script:
- bin/test -v1
notifications:
Expand Down
26 changes: 11 additions & 15 deletions buildout.cfg
@@ -1,9 +1,8 @@
[buildout]
index = https://pypi.org/simple
versions = versions
extends =
http://dist.plone.org/versions/zope-2-13-22-versions.cfg
versions.cfg

https://zopefoundation.github.io/Zope/releases/2.13.29/versions-prod.cfg
develop = .

parts =
Expand All @@ -14,22 +13,19 @@ eggs =
Zope2

versions = versions
show-picked-versions = true
allow-picked-versions = false

extensions = mr.developer
auto-checkout = *
always-checkout = true
sources-dir = develop

[sources]
Chameleon = git https://github.com/malthe/chameleon.git

[versions]
mr.developer = 1.17
argparse = 1.2.1
zope.interface = 3.5.1
Chameleon = 3.6.2
setuptools = 41.4.0
sourcecodegen = 0.6.14
z3c.pt = 3.0.0a1
zc.buildout = 2.13.2
zc.recipe.egg = 2.0.7
zope.pagetemplate = 3.6.3

[test]
recipe = zc.recipe.testrunner
eggs = ${buildout:eggs}
defaults = ['-m', 'five.pt']
defaults = ['-s', 'five.pt']
2 changes: 2 additions & 0 deletions requirements.txt
@@ -0,0 +1,2 @@
setuptools == 41.4.0
zc.buildout == 2.13.2
6 changes: 0 additions & 6 deletions versions.cfg

This file was deleted.

0 comments on commit 9917fa1

Please sign in to comment.