diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f215a00562f5a74d1d4233c6d7af28807334952..a33fe58cc2e0f21c22548799a63f759d37287a52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,23 +7,23 @@ Python 2.7: - python2.7 except: - tags -Python 3.4: +Python 3.5: script: - - export PY_EXE=python3.4 + - export PY_EXE=python3.5 - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" tags: - - python3.4 + - python3.5 except: - tags -Python 3.4 small integer opt: +Python 3.5 small integer opt: script: - - export PY_EXE=python3.4 + - export PY_EXE=python3.5 - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ./configure.py --use-imath-sio - ". ./build-and-test-py-project.sh" tags: - - python3.4 + - python3.5 except: - tags Python 2.6: