mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-13 18:50:53 +00:00
Launch flake8 in tests
This commit is contained in:
parent
20ff5444fb
commit
d063e3a370
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@ python:
|
|||
install:
|
||||
- pip install -e .
|
||||
|
||||
script: py.test -s
|
||||
script:
|
||||
- py.test -s
|
||||
- flake8 radicale
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue