ansible-later/tox.ini

20 lines
452 B
INI
Raw Normal View History

2018-12-19 11:19:07 +01:00
[tox]
2019-03-22 10:29:06 +01:00
minversion = 3.7.0
envlist =
py{27,35,36,37}-ansible{25,26,27,devel}
2019-01-28 22:47:57 +01:00
isolated_build = True
2018-12-19 11:19:07 +01:00
[testenv]
2019-03-22 10:29:06 +01:00
usedevelop = True
passenv = PY_COLORS
2018-12-19 11:19:07 +01:00
deps =
2019-03-22 10:29:06 +01:00
-rtest-requirements.txt
2018-12-19 11:19:07 +01:00
ansible25: ansible>=2.5,<2.6
ansible26: ansible>=2.6,<2.7
ansible27: ansible>=2.7,<2.8
2019-03-22 10:29:06 +01:00
ansibledevel: git+https://github.com/ansible/ansible.git
commands =
ansible-later --help
pytest tests/ --cov={toxinidir}/ansiblelater/ --no-cov-on-fail --cov-append