summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f53bddf1..efed1968 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,6 @@ python2-mingw32:
<<: *mingw-defaults
python2-mingw64:
- when: manual
variables:
PYTHON: "python2"
MSYSTEM: "MINGW64"
@@ -67,7 +66,6 @@ python2-mingw64:
<<: *mingw-defaults
python3-mingw32:
- when: manual
variables:
PYTHON: "python3"
MSYSTEM: "MINGW32"
@@ -87,7 +85,6 @@ python2.7:
<<: *defaults
python3.5:
- when: manual
variables:
PYENV_VERSION: "3.5.5"
<<: *defaults
@@ -109,7 +106,6 @@ pypy2:
<<: *defaults
pypy3:
- when: manual
allow_failure: true
variables:
PYENV_VERSION: "pypy3.5-6.0.0"