summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini30
1 files changed, 0 insertions, 30 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index e7a6f22c..00000000
--- a/tox.ini
+++ /dev/null
@@ -1,30 +0,0 @@
-[tox]
-envlist = py27,py3,flake8
-recreate = True
-
-[testenv]
-commands = python -m nose {posargs:tests}
-deps = -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt
-setenv =
- LC_ALL = en_US.utf-8
-
-[testenv:flake8]
-basepython = python3
-commands = {envpython} -m flake8 {posargs:cloudinit/ tests/ tools/}
-
-# https://github.com/gabrielfalcao/HTTPretty/issues/223
-setenv =
- LC_ALL = en_US.utf-8
-
-[testenv:py3]
-basepython = python3
-
-[testenv:py26]
-commands = nosetests {posargs:tests}
-setenv =
- LC_ALL = C
-
-[flake8]
-ignore=H404,H405,H105,H301,H104,H403,H101
-exclude = .venv,.tox,dist,doc,*egg,.git,build,tools