Commit ecc2d4a4 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Drop pypy support (but leave pypy3)

parent 4d8c1b37
...@@ -5,12 +5,10 @@ python: ...@@ -5,12 +5,10 @@ python:
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "pypy"
- "pypy3" - "pypy3"
matrix: matrix:
allow_failures: allow_failures:
- python: "3.2" - python: "3.2"
- python: "pypy"
- python: "pypy3" - python: "pypy3"
install: install:
- "python -m pip install pip --upgrade" - "python -m pip install pip --upgrade"
......
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