Skip to content

Installation

Need help or want to discuss the project? See our Contributor guide to join the conversation!

Getting started with tox-ansible is as simple as:

pip install tox-ansible

Dependencies

tox-ansible will install additional dependencies if necessary:

  • tox version 4.0 or greater.
  • pytest-ansible version 3.1.0 or greater.
  • pytest
  • pytest-xdist
  • pytest-cov when unit test coverage is enabled
  • pyyaml

Each generated test environment will also install:

  • ansible-dev-environment (ade) -- handles collection installation, ansible-core versioning, and Python dependency resolution.