summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-08-26 16:53:42 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-08-26 16:53:42 +0200
commitf1634ed32ed2776c7f7f1137c103a2eb477d1815 (patch)
tree83609f6abb80aa6eeb10008678b2e3dfd3190fde
parent3e9f3408e632bc665f33c3556a855f5f118656b1 (diff)
downloadcython-f1634ed32ed2776c7f7f1137c103a2eb477d1815.tar.gz
Restrict PyPy tests to C again (we always excluded C++ for time reasons).
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2cc04b4db..4bfb37fb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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