From 6f6a0528f4c557819958637f71f59276834a56cb Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 15 Oct 2018 08:55:22 +0300 Subject: [PATCH] Update static analysis travis jobs to python 3.6 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bfb7e966..b519b994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,17 +7,17 @@ language: - python matrix: include: - - python: 3.7 + - python: 3.6 env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1 install: - pip install tox - pip install cython - make cythonize - - python: 3.7 + - python: 3.6 env: TOXENV=pylint - - python: 3.7 + - python: 3.6 env: TOXENV=flake8 - - python: 3.7 + - python: 3.6 env: TOXENV=pydocstyle - python: 2.7 env: TOXENV=py27