Commit aefec5bb authored by Bram Schoenmakers's avatar Bram Schoenmakers Committed by GitHub

Allow failures for pypy3 in Travis CI

Too many (random) failures.
parent 2bc3959f
......@@ -5,6 +5,9 @@ python:
- "3.4"
- "3.5"
- "pypy3"
matrix:
allow_failures:
- python: "pypy3"
install:
- "python -m pip install pip --upgrade"
- "pip install ."
......
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