issue #874 tox.ini : fixed ansible5 definition
This commit is contained in:
parent
40fc1f8a25
commit
13af356bc9
2
tox.ini
2
tox.ini
|
@ -64,7 +64,7 @@ deps =
|
||||||
ansible3: ansible-base<2.10.14
|
ansible3: ansible-base<2.10.14
|
||||||
ansible3: ansible==3.4.0
|
ansible3: ansible==3.4.0
|
||||||
ansible4: ansible==4.8.0
|
ansible4: ansible==4.8.0
|
||||||
ansible4: ansible==5.0.1
|
ansible5: ansible==5.0.1
|
||||||
install_command =
|
install_command =
|
||||||
python -m pip --no-python-version-warning install {opts} {packages}
|
python -m pip --no-python-version-warning install {opts} {packages}
|
||||||
commands_pre =
|
commands_pre =
|
||||||
|
|
Loading…
Reference in New Issue