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: ...@@ -7,6 +7,7 @@ python:
- 3.3 - 3.3
- 3.4 - 3.4
- pypy - pypy
- pypy3
env: env:
- BACKEND=c - BACKEND=c
...@@ -31,7 +32,10 @@ script: ...@@ -31,7 +32,10 @@ script:
matrix: matrix:
allow_failures: allow_failures:
- python: pypy - python: pypy
- python: pypy3
exclude: exclude:
- python: pypy - python: pypy
env: BACKEND=cpp env: BACKEND=cpp
- python: pypy3
env: BACKEND=cpp
fast_finish: true 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