bootstrap-vz/tox.ini
Tiago Ilieve 014e230221 Add Travis CI
By now, it will only test the coding style rules defined for the
project, which are basically a few exceptions to the PEP8.
2014-04-27 10:12:04 -03:00

14 lines
369 B
INI

[flake8]
ignore = E101,E221,E241,E501,W191
max-line-length = 110
[tox]
envlist = flake8
[testenv:flake8]
deps = flake8
commands = flake8 bootstrapvz/ --exclude=minify_json.py
# Once tests have started being written, uncomment this to run tests when running tox.
#[testenv]
#commands = nosetests -v tests --with-coverage --cover-package=bootstrapvz --cover-inclusive