summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2016-06-10 11:43:29 -0700
committerJoshua Harlow <harlowja@gmail.com>2016-06-10 11:43:29 -0700
commit429fca05923e8e80bda5179831ce580f51b3553c (patch)
tree796f7ee24c88f125680d60c31d2f4b9c9433c51d /tox.ini
parent6d0e6068f2692fd34c3c5cc93af7ec8ef5be4711 (diff)
downloadvyos-cloud-init-429fca05923e8e80bda5179831ce580f51b3553c.tar.gz
vyos-cloud-init-429fca05923e8e80bda5179831ce580f51b3553c.zip
Less tweaking of tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2ae611ce..51861665 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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