From 5bbaa77aa184408f68f5afc8564d1d887b4b295b Mon Sep 17 00:00:00 2001 From: Nick Lang Date: Fri, 26 Oct 2018 13:06:08 -0600 Subject: [PATCH] fixng formatting of matrix --- .ci/test-matrix.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index a1b5e7e8..9758aa5f 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -1,18 +1,18 @@ --- ELASTICSEARCH_VERSION: - - 6.4.2 - - 6.3.2 - - 6.1.4 - - 6.0.1 +- 6.4.2 +- 6.3.2 +- 6.1.4 +- 6.0.1 PYTHON_VERSION: - - 3 - - 2.7 - - 2.6 +- 3 +- 2.7 +- 2.6 exclude: - # since a base image for python2.6 doens't exist i need to create one. - - PYTHON_VERSION: 2.6 +# since a base image for python2.6 doens't exist i need to create one. +- PYTHON_VERSION: 2.6