Update CI

This commit is contained in:
Aarni Halinen
2020-06-16 23:05:11 +03:00
parent 98ea2d8a47
commit 59c9fec51c
+2 -2
View File
@@ -37,10 +37,10 @@ test:
lint:py:
image: python:3.7
stage: lint
needs: ["install"]
needs: []
script:
- pip install pycodestyle
- npm run lint:py
- pycodestyle --config=setup.cfg --count .
lint:js:
image: node:alpine