1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00
Files
openshift-ansible-contrib/tox.ini
Ryan Cook 7d2aba3cdf Revert "travis fix? (#945)" (#946)
This reverts commit b2ee6a460e.
2018-02-22 14:29:23 -05:00

19 lines
372 B
INI

[tox]
minversion=2.3.1
envlist =
py27-ansible22-molecule
py{27,35}-ansible22-{flake8,yamllint}
skipsdist=True
skip_missing_interpreters=True
[testenv]
deps =
-rtest-requirements.txt
py35-flake8: flake8-bugbear
ansible22: ansible~=2.2
commands =
flake8: flake8
yamllint: python setup.py yamllint
molecule: python setup.py molecule_tests