This commit is contained in:
Lucidiot 2018-10-20 20:11:47 +02:00
parent 085a8d8f73
commit 8c94cd49d6
No known key found for this signature in database
GPG Key ID: AE3F7205692FA205
3 changed files with 5 additions and 5 deletions

View File

@ -5,5 +5,7 @@ pyurbantz-lint:
stage: lint
image: python:3.5-alpine
before_script: pip install .[dev]
script: flake8
before_script:
- pip install .[dev]
script:
- flake8

View File

@ -38,8 +38,7 @@ Sample setup using
```
mkvirtualenv pyurbantz -a .
pip install -r requirements-dev.txt
pip install -e .
pip install -e .[dev]
```
### Linting

View File

@ -1,2 +1 @@
-r requirements.txt
flake8>=3.5