1
0
Fork 0

Run 'flake8' tests via tox

This commit is contained in:
Lars Kruse 2017-05-10 00:07:05 +02:00
parent 234ed00909
commit 9df9f0aee1

View file

@ -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