1
0
Fork 0

gitlab-ci: Use 'tox' to run 'flake8'

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/316/head
Vasilis Tsiligiannis 2019-01-03 01:21:45 +02:00
parent 0ab0749b53
commit f645afcfd0
1 changed files with 3 additions and 3 deletions

View File

@ -14,10 +14,10 @@ static_js_css:
static_python:
stage: static
image: python:2.7
before_script:
- pip install tox
script:
- pip install --no-cache-dir --no-deps -r requirements-dev.txt
- cp env-dist .env
- flake8 .
- tox -e flake8
build:
stage: build
image: python:2.7