mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Run 'flake8' tests via tox
This commit is contained in:
parent
234ed00909
commit
9df9f0aee1
1 changed files with 5 additions and 1 deletions
6
tox.ini
6
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist=py27,py34,py35
|
||||
envlist=py27,py34,py35,flake8
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
|
@ -8,3 +8,7 @@ deps=
|
|||
sitepackages=False
|
||||
commands=
|
||||
py.test {posargs}
|
||||
|
||||
[testenv:flake8]
|
||||
deps=flake8
|
||||
commands=flake8 django_mailbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue