Skip to content

Commit f857e24

Browse files
committed
changed directories.
1 parent 49e4c96 commit f857e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ skipsdist = True
66

77

88
[testenv]
9-
changedir = tests
109
deps =
1110
ansible28: ansible>=2.8,<2.9
1211
ansible27: ansible>=2.7,<2.8
@@ -25,6 +24,7 @@ passenv = ANSIBLE_ASK_SUDO_PASS HOME LANG LC_ALL TRAVIS USER
2524
commands =
2625
yamllint -c .yamllint.yml .
2726
ansible-lint= . || true
27+
cd tests
2828
bash setup.sh
2929
bash travis.sh {posargs}
3030
bash vagrant.sh {posargs}

0 commit comments

Comments
 (0)