Missing argument from pep8

This commit is contained in:
Jan Tuomi
2017-05-17 15:25:33 +03:00
parent 164a3562f7
commit f3ffbf8c96
+1 -1
View File
@@ -28,7 +28,7 @@ pep8:
stage: lint
script:
- pip install -r requirements.txt
- pep8 --count
- pep8 --count .
eslint:
image: node:7.10.0