diff options
Diffstat (limited to '.gitlab-ci/Dockerfile')
| -rw-r--r-- | .gitlab-ci/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index cc9cff48..a72c7184 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -39,10 +39,10 @@ ENV PYTHON_CONFIGURE_OPTS="--enable-shared" RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash -RUN pyenv install 2.7.15 -RUN pyenv install 3.5.5 +RUN pyenv install --debug 2.7.15 +RUN pyenv install 3.5.6 RUN pyenv install 3.6.6 -RUN pyenv install 3.7.0 +RUN pyenv install --debug 3.7.0 RUN pyenv install pypy2.7-6.0.0 RUN pyenv install pypy3.5-6.0.0 |
