We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e4c96 commit f857e24Copy full SHA for f857e24
tox.ini
@@ -6,7 +6,6 @@ skipsdist = True
6
7
8
[testenv]
9
-changedir = tests
10
deps =
11
ansible28: ansible>=2.8,<2.9
12
ansible27: ansible>=2.7,<2.8
@@ -25,6 +24,7 @@ passenv = ANSIBLE_ASK_SUDO_PASS HOME LANG LC_ALL TRAVIS USER
25
24
commands =
26
yamllint -c .yamllint.yml .
27
ansible-lint= . || true
+ cd tests
28
bash setup.sh
29
bash travis.sh {posargs}
30
bash vagrant.sh {posargs}
0 commit comments