diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84c456eeeaa02b1707eb19e4d0db0e213042be1b..7f4134eb5c8854bac1c5f8a09d418a0f6e2d5197 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ Python 2.7: script: - py_version=2.7 - - EXTRA_INSTALL="numpy" + - 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: @@ -9,10 +9,14 @@ Python 2.7: - linux except: - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3.6: script: - py_version=3.6 - - EXTRA_INSTALL="numpy" + - 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: @@ -20,3 +24,22 @@ Python 3.6: - 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 + diff --git a/bpl-subset b/bpl-subset index 7ea98ed300b63876f78746afda0d7240b478f355..0d99742a3613fef0504705897ce6c74193e501e3 160000 --- a/bpl-subset +++ b/bpl-subset @@ -1 +1 @@ -Subproject commit 7ea98ed300b63876f78746afda0d7240b478f355 +Subproject commit 0d99742a3613fef0504705897ce6c74193e501e3