mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Test Flake8 compliance in CI
This commit is contained in:
parent
2dee66133d
commit
6cc68862dc
1 changed files with 4 additions and 1 deletions
5
tox.ini
5
tox.ini
|
@ -7,9 +7,12 @@ deps =
|
|||
nose-cov
|
||||
pam
|
||||
requests
|
||||
flake8
|
||||
|
||||
[testenv]
|
||||
commands = nosetests []
|
||||
commands =
|
||||
flake8
|
||||
nosetests []
|
||||
|
||||
[testenv:py33]
|
||||
deps =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue