Commit 3b2a246a authored by scoder's avatar scoder

Merge pull request #312 from thedrow/patch-1

Added PyPy 3 to the build matrix
parents da35fbc7 5753e607
......@@ -7,6 +7,7 @@ python:
- 3.3
- 3.4
- pypy
- pypy3
env:
- BACKEND=c
......@@ -31,7 +32,10 @@ script:
matrix:
allow_failures:
- python: pypy
- python: pypy3
exclude:
- python: pypy
env: BACKEND=cpp
- python: pypy3
env: BACKEND=cpp
fast_finish: true
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