Skip to content
Snippets Groups Projects

[gitlab-ci] autogenerated from tox

Merged Arthur Lutz requested to merge topic/default/gitlab-ci-generated-from-tox into branch/default
.gitlab-ci.yml 0 → 100644
+ 15
0
image: python
before_script:
- pip install tox
check-manifest:
script: tox -e check-manifest
flake8:
script: tox -e flake8
py3:
script: tox -e py3
Loading