Skip to content

Commit b7ca880

Browse files
committed
fixed tests.
1 parent 0f6a25e commit b7ca880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ skipsdist = True
66

77

88
[testenv]
9+
changedir = tests
910
deps =
1011
ansible28: ansible>=2.8,<2.9
1112
ansible27: ansible>=2.7,<2.8
@@ -22,9 +23,8 @@ deps =
2223
passenv = ANSIBLE_ASK_SUDO_PASS HOME LANG LC_ALL TRAVIS USER
2324

2425
commands =
25-
yamllint -c .yamllint.yml .
26-
ansible-lint= . || true
27-
cd tests
26+
yamllint -c ../.yamllint.yml ..
27+
ansible-lint --exclude .tox ..
2828
bash setup.sh
2929
bash travis.sh {posargs}
3030
bash vagrant.sh {posargs}

0 commit comments

Comments
 (0)