Update static analysis travis jobs to python 3.7

This commit is contained in:
Roman Mogylatov 2018-10-15 08:50:03 +03:00
parent 8ddd023a8b
commit e03dc770f4

View File

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