diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1faa51730acc94138268cd09cd3acd39e7e73504..1c8d95bda09b337dc9108358ca7af6cb5631303a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,3 @@ -Python 2.6: - script: - - py_version=2.6 - - EXTRA_INSTALL=numpy - - 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