mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
refactor dependencies
This commit is contained in:
parent
b06b4662ff
commit
546866eb3a
6
tox.ini
6
tox.ini
@ -5,7 +5,11 @@ isolated_build = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
-rtox-requirements.txt
|
flake8
|
||||||
|
pep8-naming
|
||||||
|
wheel
|
||||||
|
flake8-colors
|
||||||
|
pytest
|
||||||
ansible21: ansible>=2.1,<2.2
|
ansible21: ansible>=2.1,<2.2
|
||||||
ansible22: ansible>=2.2,<2.3
|
ansible22: ansible>=2.2,<2.3
|
||||||
ansible23: ansible>=2.3,<2.4
|
ansible23: ansible>=2.3,<2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user