summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-06-16 00:07:12 -0400
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2016-06-16 04:08:09 +0000
commitcb9e898cf126c313c8384cdeac56f6898ee910a9 (patch)
tree051ac20120d65cc4a9e9b4d01aeb3120fec23692 /tox.ini
parent4c263acba6ce07607795b653e70e157f673eb59f (diff)
downloadcloud-init-git-cb9e898cf126c313c8384cdeac56f6898ee910a9.tar.gz
0.7.7~bzr1242-0ubuntu1 (patches unapplied)
Imported using git-ubuntu import.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 6 insertions, 11 deletions
diff --git a/tox.ini b/tox.ini
index dafaaf6d..e7a6f22c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,10 +5,9 @@ recreate = True
[testenv]
commands = python -m nose {posargs:tests}
deps = -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt
-
-[testenv:py3]
-basepython = python3
+ -r{toxinidir}/requirements.txt
+setenv =
+ LC_ALL = en_US.utf-8
[testenv:flake8]
basepython = python3
@@ -18,15 +17,11 @@ commands = {envpython} -m flake8 {posargs:cloudinit/ tests/ tools/}
setenv =
LC_ALL = en_US.utf-8
+[testenv:py3]
+basepython = python3
+
[testenv:py26]
commands = nosetests {posargs:tests}
-deps =
- contextlib2
- httpretty>=0.7.1
- mock
- nose
- pep8==1.5.7
- pyflakes
setenv =
LC_ALL = C