diff options
author | Joshua Harlow <harlowja@gmail.com> | 2016-06-10 11:43:29 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2016-06-10 11:43:29 -0700 |
commit | 429fca05923e8e80bda5179831ce580f51b3553c (patch) | |
tree | 796f7ee24c88f125680d60c31d2f4b9c9433c51d /tox.ini | |
parent | 6d0e6068f2692fd34c3c5cc93af7ec8ef5be4711 (diff) | |
download | vyos-cloud-init-429fca05923e8e80bda5179831ce580f51b3553c.tar.gz vyos-cloud-init-429fca05923e8e80bda5179831ce580f51b3553c.zip |
Less tweaking of tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,9 +18,14 @@ commands = {envpython} -m flake8 {posargs:cloudinit/ tests/ tools/} setenv = LC_ALL = en_US.utf-8 +[testenv:py3] +basepython = python3 + [flake8] ignore=H404,H405,H105,H301,H104,H403,H101 exclude = .venv,.tox,dist,doc,*egg,.git,build,tools [testenv:py26] commands = nosetests {posargs:tests} +setenv = + LC_ALL = C |