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

Add .gitlab-ci.yml

parent 96256ec0
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:
- pylint pydtn examples
pycodestyle:
stage: test
script:
- pycodestyle pydtn examples
pydocstyle:
stage: test
script:
- 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