tox.ini 462 B

123456789101112131415161718192021
  1. [tox]
  2. minversion=2.3.1
  3. envlist =
  4. py{27,35}-ansible22-{pylint,unit,flake8,yamllint,generate_validation}
  5. skipsdist=True
  6. skip_missing_interpreters=True
  7. [testenv]
  8. deps =
  9. -rtest-requirements.txt
  10. py35-flake8: flake8-bugbear
  11. ansible22: ansible~=2.2
  12. commands =
  13. unit: pytest {posargs}
  14. flake8: flake8 {posargs}
  15. pylint: python setup.py lint
  16. yamllint: python setup.py yamllint
  17. generate_validation: python setup.py generate_validation