summaryrefslogtreecommitdiff
path: root/.gitlab-ci
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:47:34 +0200
commitaff665b7a5ec156c55eff258be5b38e608e05b36 (patch)
tree2955cacb9edf351a188378d44aae222a3f675b85 /.gitlab-ci
parent535a1c3d795de575cc81dd212f2301bc9714b57f (diff)
downloadpygobject-aff665b7a5ec156c55eff258be5b38e608e05b36.tar.gz
ci: run tests under pypy but allow failures for starters
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/test-docker.sh5
1 files changed, 0 insertions, 5 deletions
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