We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2463660 commit 737db6cCopy full SHA for 737db6c
1 file changed
.drone.yml
@@ -2,8 +2,8 @@ pipeline:
2
test:
3
image: python:2.7
4
commands:
5
- - pip install --no-cache-dir --upgrade pip setuptools wheel
+ - pip install --no-cache-dir --upgrade pip setuptools wheel flake8
6
- pip wheel -r requirements.txt --wheel-dir=wheeldir --find-links=wheeldir
7
- pip install --use-wheel --no-index --find-links=wheeldir -r requirements.txt
8
+ - flake8 oca/tests
9
- python -m unittest discover
-
0 commit comments