diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f81e51f815000607a3a30aaa1f647be46e5c0cb1..43b36f96947b4ce881b370e34f6a207ffb5e2521 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,13 +7,13 @@ Python 2.7: - python2.7 except: - tags -Python 3.4: +Python 3.5: script: - - py_version=3.4 + - py_version=3.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 2.6: