mirror of
https://github.com/openshift/openshift-ansible-contrib.git
synced 2026-02-05 09:45:58 +01:00
19 lines
372 B
INI
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
|