Skip to content

Commit

Permalink
try to fix travis tests.
Browse files Browse the repository at this point in the history
* Rely on the versions used by Zope2.
* Use more python versions inside travis.
  • Loading branch information
stephan-hof committed Jun 8, 2017
1 parent 7ecab89 commit f11bd89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: python
sudo: false
python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- 3.6
install:
- python bootstrap.py
- bin/buildout
Expand Down
5 changes: 0 additions & 5 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ parts =
test
tox

[versions]
Products.PythonScripts =
AccessControl =
RestrictedPython =

[interpreter]
recipe = zc.recipe.egg
interpreter = python
Expand Down

0 comments on commit f11bd89

Please sign in to comment.