mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 18:07:44 +03:00 
			
		
		
		
	Update static analysis travis jobs to python 3.6
This commit is contained in:
		
							parent
							
								
									0524c2d790
								
							
						
					
					
						commit
						6f6a0528f4
					
				| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user