Skip to content
Snippets Groups Projects
Commit ffa8dfa31fcf authored by Laurent Peuch's avatar Laurent Peuch
Browse files

feat: add templates for python tests

parent 1c5c709f9aa5
No related branches found
No related tags found
No related merge requests found
Pipeline #52450 passed
---
py27:
before_script:
- pip install tox
stage: tests
script: tox -e py27
artifacts:
paths:
- py27-deprecated-warnings.json
---
py3:
before_script:
- pip install tox
stage: tests
script: tox -e py3
artifacts:
paths:
- py3-deprecated-warnings.json
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