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