mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Add tox py32 env
This commit is contained in:
		
							parent
							
								
									db6c3b79f7
								
							
						
					
					
						commit
						1231a9b30f
					
				
							
								
								
									
										7
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								tox.ini
									
									
									
									
									
								
							| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
[tox]
 | 
					[tox]
 | 
				
			||||||
envlist=
 | 
					envlist=
 | 
				
			||||||
    dev, coveralls, pylint, flake8, pep257, py26, py27
 | 
					    dev, coveralls, pylint, flake8, pep257, py26, py27, py32
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv]
 | 
					[testenv]
 | 
				
			||||||
deps=
 | 
					deps=
 | 
				
			||||||
| 
						 | 
					@ -57,3 +57,8 @@ commands=
 | 
				
			||||||
basepython=python2.7
 | 
					basepython=python2.7
 | 
				
			||||||
commands=
 | 
					commands=
 | 
				
			||||||
    unit2 discover tests []
 | 
					    unit2 discover tests []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[testenv:py32]
 | 
				
			||||||
 | 
					basepython=python3.2
 | 
				
			||||||
 | 
					commands=
 | 
				
			||||||
 | 
					    unit2 discover tests []
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user