diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06962c9358837d56f1c19e037c4db7dfc816157a..82015b642b9c458662ed0189c52bc9f3df376e3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,3 @@ -Python 2.6: - script: - - py_version=2.6 - - 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: - - python2.6 - - gfortran - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - Python 2.7: script: - py_version=2.7