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

Add Pytest/JUnit/Gitlab integration

parent 0e99d23a
No related branches found
No related tags found
1 merge request!18Add Pytest/JUnit/Gitlab integration
Pipeline #13203 passed
......@@ -8,6 +8,9 @@ Python 2.7:
- python2.7
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.5:
script:
......@@ -19,6 +22,9 @@ Python 3.5:
- python3.5
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 2.6:
script:
......@@ -30,6 +36,9 @@ Python 2.6:
- python2.6
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.
Finish editing this message first!
Please register or to comment