Skip to content
Snippets Groups Projects
Commit 60a26a7b authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'gitlab-junit' into 'master'

Add Pytest/JUnit/Gitlab integration

See merge request inducer/pytools!18
parents 0e99d23a 03640e06
No related branches found
No related tags found
1 merge request!18Add Pytest/JUnit/Gitlab integration
Pipeline #14006 failed
Python 2.6:
script:
- py_version=2.6
- export 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
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 2.7:
script:
- py_version=2.7
......@@ -8,6 +22,9 @@ Python 2.7:
- python2.7
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.5:
script:
......@@ -19,17 +36,23 @@ Python 3.5:
- python3.5
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 2.6:
Python 3.7:
script:
- py_version=2.6
- py_version=3.7
- export 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
- python3.7
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Flake8:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment