summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-01-11 14:46:09 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-01-11 14:46:09 +0100
commita410908a135c96c414e4c850f091c994fcdb97df (patch)
treeaafd7fb2dd93dbc59b360feb8df9a8ab0c116cd9
parent0b993a0316c985779e2878ad4df6797c1b38b2fe (diff)
downloadcython-a410908a135c96c414e4c850f091c994fcdb97df.tar.gz
Run stackless builds in travis before the pypy builds (which take very long), and require them to work, now that they seem to succeed.
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index cdc0234e6..6a1f90bd0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,19 +80,19 @@ matrix:
language: c
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
python: 3.6
+ - python: pypy
+ env: BACKEND=c
+ - python: pypy3
+ env: BACKEND=c
allow_failures:
- python: pypy
- python: pypy3
- python: 3.8-dev
- - env: STACKLESS=true BACKEND=c PY=2
+ #- env: STACKLESS=true BACKEND=c PY=2
#- env: STACKLESS=true BACKEND=c PY=3
branches: