Update static analysis travis jobs to python 3.6

This commit is contained in:
Roman Mogylatov 2018-10-15 08:55:22 +03:00
parent 0524c2d790
commit 6f6a0528f4

View File

@ -7,17 +7,17 @@ language:
- python - python
matrix: matrix:
include: include:
- python: 3.7 - python: 3.6
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1 env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
install: install:
- pip install tox - pip install tox
- pip install cython - pip install cython
- make cythonize - make cythonize
- python: 3.7 - python: 3.6
env: TOXENV=pylint env: TOXENV=pylint
- python: 3.7 - python: 3.6
env: TOXENV=flake8 env: TOXENV=flake8
- python: 3.7 - python: 3.6
env: TOXENV=pydocstyle env: TOXENV=pydocstyle
- python: 2.7 - python: 2.7
env: TOXENV=py27 env: TOXENV=py27