summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-22 21:32:59 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-22 21:32:59 +0200
commit8417b9ce955ea61283ba2017274665bc951b20ca (patch)
treeefac2efbd29a2defc2ac1920d6ef4ea9d62ceae7
parent0305cf597467e700876c319fb2e9db3872412b31 (diff)
downloadpygobject-pypy-progress.tar.gz
ci: run tests under pypy but allow failures for starterspypy-progress
-rw-r--r--.gitlab-ci.yml2
-rwxr-xr-x.gitlab-ci/test-docker.sh5
2 files changed, 2 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4bfed07..3eefc51b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -106,11 +106,13 @@ python3.7:
<<: *defaults
pypy2:
+ allow_failure: true
variables:
PYENV_VERSION: "pypy2.7-5.10.0"
<<: *defaults
pypy3:
+ allow_failure: true
variables:
PYENV_VERSION: "pypy3.5-5.10.1"
<<: *defaults
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index 1b0af3b4..082f5725 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -28,11 +28,6 @@ python -m pip install flake8 pytest pytest-faulthandler coverage
export CFLAGS="-coverage -ftest-coverage -fprofile-arcs -Werror"
-if [[ "${PYIMPL}" == "PyPy" ]]; then
- python setup.py build_tests
- exit 0;
-fi;
-
# CODE QUALITY
python -m flake8