mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-22 21:46:17 +03:00
Update static analysis travis jobs to python 3.7
This commit is contained in:
parent
8ddd023a8b
commit
e03dc770f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user