Commit bf05b5dd authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: Add pep8 test job.

Showing with 17 additions and 0 deletions
+17 -0
......@@ -234,6 +234,23 @@ build-windows:
# TESTS #
#########
test-pep8:
stage: test
tags:
- linux
needs:
- job: set-version
artifacts: true
script:
- mkdir -p pep8
- cd pep8
# Setup virtual env
- python3 -m venv venv
- . venv/bin/activate
- pip3 install -U -r ../requirements.txt
- pip3 install -U pycodestyle
- pycodestyle ../src
# test-windows:
# stage: test
# tags:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment