Exclude migrations from nose and pep8

This commit is contained in:
Jan Tuomi
2017-05-19 16:03:38 +03:00
parent bb70c101d6
commit 30ca4aafd3
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pep8:
stage: lint
script:
- pip install -r requirements.txt
- pep8 --count .
- pep8 --exclude='*/migrations/*' --count .
eslint:
image: node:7.10.0