From e9c019f38244edcbf8f3f3311b156ba357177729 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Wed, 19 Dec 2018 10:54:50 -0500 Subject: [PATCH] Synchronize tox and ansible version from kolla-ansible 1. Synchronize tox and ansible version from kolla-ansible 2. Remove the unnecessary space for zuul.yml Change-Id: Ib48a0267da9b107dc6d306bcd82c65dcbb523514 --- .zuul.yaml | 8 ++++---- test-requirements.txt | 2 +- tox.ini | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 319ea5f..775f9d6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -38,10 +38,10 @@ - project: templates: - - openstack-cover-jobs - - openstack-lower-constraints-jobs - - openstack-python-jobs - - openstack-python3-train-jobs + - openstack-cover-jobs + - openstack-lower-constraints-jobs + - openstack-python-jobs + - openstack-python3-train-jobs check: jobs: - kollacli-tox-mypy diff --git a/test-requirements.txt b/test-requirements.txt index 2c0e4f7..8db1594 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking>=1.1.0,<1.2.0 -ansible>=2.4.0 +ansible>=2.5.0 # security linter bandit>=1.1.0,<1.6.0 # Apache-2.0 coverage>=3.6 diff --git a/tox.ini b/tox.ini index 7689f81..ebe1c7a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.5.0 skipsdist = True envlist = py37,pep8,mypy,py27