summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1e7ca2d3..a17156ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -92,6 +92,22 @@ deps =
six==1.9.0
-r{toxinidir}/test-requirements.txt
+[testenv:opensusel42]
+basepython = python2.7
+commands = nosetests {posargs:tests/unittests}
+deps =
+ # requirements
+ argparse==1.3.0
+ jinja2==2.8
+ PyYAML==3.11
+ PrettyTable==0.7.2
+ oauthlib==0.7.2
+ configobj==5.0.6
+ requests==2.11.1
+ jsonpatch==1.11
+ six==1.9.0
+ -r{toxinidir}/test-requirements.txt
+
[testenv:tip-pycodestyle]
commands = {envpython} -m pycodestyle {posargs:cloudinit/ tests/ tools/}
deps = pycodestyle