Add to the tox.ini tests

This commit is contained in:
Florent Xicluna 2014-04-26 23:40:02 +02:00
parent eb6025ebff
commit 2255afcb77

View file

@ -6,3 +6,8 @@ envlist =
deps =
commands =
python setup.py test -q
python setup.py flake8
[flake8]
select = E,F,W
max_line_length = 79