diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c787183be0e5860c4c61ea360799bce5d0e22e31..26d0cd780939be3071495a9525ea2d363fb7b69c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,29 +29,14 @@ Python 2.7 Apple: reports: junit: test/pytest.xml -Python 3.6: +Python 3: script: - - py_version=3.6 + - py_version=3 - EXTRA_INSTALL="numpy mako" - 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.6 - - gfortran - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - -Python 3.7: - script: - - py_version=3.7 - - EXTRA_INSTALL="numpy mako" - - 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.7 + - python3 - gfortran except: - tags