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:
- "pypy"
- "pypy3.3-5.2-alpha1"
install:
- pip install -U setuptools
- pip install zc.buildout
- buildout bootstrap
- 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