Guest User

Untitled

a guest
Apr 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [tox]
  2. envlist = {py27}-ansible-{2.5.0,2.1.0}
  3.  
  4. [testenv]
  5. basepython =
  6. py27: python2.7
  7.  
  8. deps =
  9. hypothesis>=3.6,<3.7
  10. mock>=2,<3
  11. ansible-2.5.0: ansible==2.5.0
  12. ansible-2.1.0: ansible==2.1.0
  13.  
  14. commands =
  15. python -m unittest discover -s tests
  16. ansible-playbook -v ./examples/*_playbook.yml
Add Comment
Please, Sign In to add comment