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
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