Skip to content
Snippets Groups Projects
Commit fff2b9a1 authored by Jarrod Pas's avatar Jarrod Pas
Browse files

Clean up CI spec

parent 63be2b5b
No related branches found
No related tags found
1 merge request!3Version 0.2
Pipeline #
image: python:alpine
before_script:
- pip install -e .
- pip install pylint pycodestyle pydocstyle
pylint:
stage: test
script:
script:
- pip install pylint
- pylint pydtn examples
pycodestyle:
stage: test
script:
script:
- pip install pycodestyle
- pycodestyle pydtn examples
pydocstyle:
stage: test
script:
- pip install pydocstyle
- pydocstyle pydtn examples
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment