2018-12-19 10:19:07 +00:00
|
|
|
[tox]
|
2019-03-22 09:29:06 +00:00
|
|
|
minversion = 3.7.0
|
|
|
|
envlist =
|
2020-02-03 23:12:42 +00:00
|
|
|
py{35,36,37,38}-ansible{latest,devel}
|
2019-03-22 09:29:06 +00:00
|
|
|
|
2019-01-28 21:47:57 +00:00
|
|
|
isolated_build = True
|
2018-12-19 10:19:07 +00:00
|
|
|
|
|
|
|
[testenv]
|
2019-03-22 09:29:06 +00:00
|
|
|
usedevelop = True
|
|
|
|
passenv = PY_COLORS
|
2019-03-25 09:30:51 +00:00
|
|
|
setenv = COVERAGE_FILE={envdir}/.coverage
|
2018-12-19 10:19:07 +00:00
|
|
|
deps =
|
2019-03-22 09:29:06 +00:00
|
|
|
-rtest-requirements.txt
|
2019-10-10 15:59:29 +00:00
|
|
|
ansiblelatest: ansible
|
2019-03-22 09:29:06 +00:00
|
|
|
ansibledevel: git+https://github.com/ansible/ansible.git
|
|
|
|
commands =
|
2020-02-03 23:12:42 +00:00
|
|
|
ansible-later --help
|
2020-04-05 12:33:43 +00:00
|
|
|
pytest --cov={toxinidir}/ansiblelater --no-cov-on-fail
|