Newer
Older
before_script:
- pip install --editable .
pylint:
stage: test
script:
- pip install pylint
- pylint pydtn examples
stage: test
script:
- pip install pycodestyle
- pycodestyle pydtn examples