Skip to content

Commit 737db6c

Browse files
author
Costin Bleotu
committed
Added flake8
1 parent 2463660 commit 737db6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ pipeline:
22
test:
33
image: python:2.7
44
commands:
5-
- pip install --no-cache-dir --upgrade pip setuptools wheel
5+
- pip install --no-cache-dir --upgrade pip setuptools wheel flake8
66
- pip wheel -r requirements.txt --wheel-dir=wheeldir --find-links=wheeldir
77
- pip install --use-wheel --no-index --find-links=wheeldir -r requirements.txt
8+
- flake8 oca/tests
89
- python -m unittest discover
9-

0 commit comments

Comments
 (0)