Switch to testenv:functional

This brings our tox.ini files inline with other OpenStack projects.

Change-Id: I6dd5066b6e6649b1e0ffca22c913fdc776fbc042
Depends-On: I376e51824c46f9b5eb4a4cff01aaa176632087dd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-12-18 15:38:36 -05:00
parent 41a71b150d
commit 822c6c5694
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = docs,pep8,ansible-syntax,ansible-lint,ansible-functional
envlist = docs,pep8,ansible-syntax,ansible-lint,functional
[testenv]
usedevelop = True
@ -84,7 +84,7 @@ commands =
--force
ansible-lint test.yml
[testenv:ansible-functional]
[testenv:functional]
changedir = tests
commands =
ansible-galaxy install \