diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2e0a30aea649f3af033a5a2a7b4a38eb8bdebe1..67658a0dbac8596090e79f30104a462ec34d6fca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,21 +28,6 @@ Python 2.7: reports: junit: test/pytest.xml -Python 3.5: - script: - - py_version=3.5 - - EXTRA_INSTALL="numpy scipy" - - 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.5 - - gfortran - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - Python 3.6: script: - py_version=3.6