summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2015-10-04 10:51:37 +0300
committerMarius Gedminas <marius@gedmin.as>2015-10-04 10:51:37 +0300
commit3e0330ad3b7485fa4d9a2568b1e6a68d64b41645 (patch)
treeb218206ed6a62b7b511f00bc4960b32554c0c303 /tox.ini
parent10a4a4e986e783cff17357d8bac86da84693323d (diff)
downloadansible-3e0330ad3b7485fa4d9a2568b1e6a68d64b41645.tar.gz
Remove redundancies from tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 1 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 02a3d71f2b..9eef9fe721 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = {py26,py27,py34}
+envlist = py26,py27,py34
[testenv]
commands = make tests
@@ -11,17 +11,12 @@ commands =
python --version
python -m compileall -fq -x 'test|samples|contrib/inventory/vagrant.py' lib test contrib
make tests
-deps = -r{toxinidir}/test-requirements.txt
-whitelist_externals =
- make
[testenv:py27]
commands =
python --version
python -m compileall -fq -x 'test|samples' lib test contrib
make tests
-deps = -r{toxinidir}/test-requirements.txt
-whitelist_externals = make
[testenv:py34]
commands =
@@ -29,5 +24,3 @@ commands =
python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib
# Unittests need lots of work to make code python3 compatible
#make tests
-deps = -r{toxinidir}/test-requirements.txt
-whitelist_externals = make