mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-01 00:17:55 +03:00 
			
		
		
		
	Add Python 3.4
This commit is contained in:
		
							parent
							
								
									835a2a8f53
								
							
						
					
					
						commit
						3ae7bf438a
					
				
							
								
								
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -8,7 +8,7 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       matrix: | ||||
|         python-version: [3.5, 3.6, 3.7, 3.8, 3.9] | ||||
|         python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9] | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions/setup-python@v2 | ||||
|  |  | |||
							
								
								
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							|  | @ -1,6 +1,6 @@ | |||
| [tox] | ||||
| envlist= | ||||
|     coveralls, pylint, flake8, pydocstyle, py27, py34, py3.5, py3.6, py3.7, py3.8, py3.9, pypy, pypy3 | ||||
|     coveralls, pylint, flake8, pydocstyle, py27, py3.4, py3.5, py3.6, py3.7, py3.8, py3.9, pypy, pypy3 | ||||
| 
 | ||||
| [testenv] | ||||
| deps= | ||||
|  | @ -40,7 +40,7 @@ extras= | |||
| commands= | ||||
|     unit2 discover -s tests/unit -p test_*_py2_py3.py | ||||
| 
 | ||||
| [testenv:py34] | ||||
| [testenv:py3.4] | ||||
| deps= | ||||
|     unittest2 | ||||
| extras= | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user