diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f4134eb5c8854bac1c5f8a09d418a0f6e2d5197..43f38b84caa37f41d0527e59f9ec89088744cb8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,33 +13,17 @@ Python 2.7: reports: junit: test/pytest.xml -Python 3.6: +Python 3: script: - - py_version=3.6 + - py_version=3 - EXTRA_INSTALL="numpy pybind11" - 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 + - python3 - linux except: - tags artifacts: reports: - junit: test/pytest.xml - -Python 3.7: - script: - - py_version=3.7 - - EXTRA_INSTALL="numpy pybind11" - - 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 - - linux - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - + junit: test/pytest.xml \ No newline at end of file