Skip to content
Snippets Groups Projects

Model

Merged Bartosz Walkowiak requested to merge model into master
Viewing commit fe2e1d0e
Prev
Show latest version
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -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