mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
11 lines
278 B
INI
11 lines
278 B
INI
![]() |
[flake8]
|
||
|
ignore = E101,E221,E241,E501,W191
|
||
|
max-line-length = 110
|
||
|
|
||
|
[tox]
|
||
|
envlist = py27
|
||
|
|
||
|
[testenv]
|
||
|
# Once tests have started being written, uncomment this to run tests when running tox.
|
||
|
#commands = nosetests -v tests --with-coverage --cover-package=bootstrapvz --cover-inclusive
|