tox.ini 366 B

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