Commit d2e98773 authored by Jürgen Gmach's avatar Jürgen Gmach Committed by Jürgen Gmach

Fix broken PyPy build.

... by installing an updated setuptools version.

modified:   .travis.yml
parent be0380d7
...@@ -8,6 +8,7 @@ python: ...@@ -8,6 +8,7 @@ python:
- "pypy" - "pypy"
- "pypy3.3-5.2-alpha1" - "pypy3.3-5.2-alpha1"
install: install:
- pip install -U setuptools
- pip install zc.buildout - pip install zc.buildout
- buildout bootstrap - buildout bootstrap
- buildout - buildout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment