Skip to content
Snippets Groups Projects
Commit fe2e1d0e authored by bwalkow's avatar bwalkow
Browse files

Fix Ci

parent 8efc6040
1 merge request!2Model
Pipeline #8267 passed with stages
in 1 minute and 18 seconds
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -9,15 +9,16 @@ stages:
- build
- build_develop
before_script:
- pip install tox==2.9.1
pep8:
before_script:
- pip install tox==2.9.1
stage: check_style
script:
- tox -v -e pep8
docstyle:
before_script:
- pip install tox==2.9.1
stage: check_style
script:
- tox -v -e docstyle
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment