2014-10-13 15:08:59 -04:00
|
|
|
[tox]
|
2016-01-05 17:21:44 -05:00
|
|
|
envlist = py34,py35
|
2014-10-13 15:08:59 -04:00
|
|
|
skipsdist = True
|
2016-06-06 10:21:32 -04:00
|
|
|
skip_missing_interpreters = True
|
2014-10-13 15:08:59 -04:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
commands =
|
|
|
|
flake8
|
2016-06-06 10:21:32 -04:00
|
|
|
py.test core hscommon
|
2014-10-13 15:08:59 -04:00
|
|
|
deps =
|
|
|
|
-r{toxinidir}/requirements.txt
|
|
|
|
-r{toxinidir}/requirements-extra.txt
|
|
|
|
|
|
|
|
[flake8]
|
2016-05-29 15:02:39 -04:00
|
|
|
exclude = .tox,env,build,hscommon,qtlib,cocoalib,cocoa,help,./qt/dg_rc.py,qt/run_template.py,cocoa/run_template.py,./run.py,./pkg
|
2014-10-13 15:08:59 -04:00
|
|
|
max-line-length = 120
|
2016-05-24 22:54:28 -04:00
|
|
|
ignore = W391,W293,E302,E261,E226,E227,W291,E262,E303,E265,E731
|
2014-10-13 15:08:59 -04:00
|
|
|
|