Skip to content
Snippets Groups Projects
Commit 7dfad14b authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Use Gitlab-CI to enforce PEP8.

parent 3c220f88
No related branches found
No related tags found
No related merge requests found
Pipeline #28 passed with stage
in 21 seconds
before_script:
- apt-get update -qq && apt-get install -y -qq python-virtualenv python3
- virtualenv venv -p$(which python3)
- . venv/bin/activate
- pip install -r requirements.txt
pep8:
script:
- pep8 wooify
pep8==1.7.0
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