Commit f1634ed3 authored by Stefan Behnel's avatar Stefan Behnel

Restrict PyPy tests to C again (we always excluded C++ for time reasons).

parent 3e9f3408
......@@ -25,8 +25,6 @@ python:
- 2.6
- 3.4
- 3.5
- pypy
- pypy3
env:
global:
......@@ -96,6 +94,10 @@ matrix:
# language: cpp
# compiler: clang
# cache: false
- python: pypy
env: BACKEND=c
- python: pypy3
env: BACKEND=c
- env: STACKLESS=true BACKEND=c PY=2
python: 2.7
- env: STACKLESS=true BACKEND=c PY=3
......
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