| 
					
				 | 
			
			
				@@ -12,9 +12,10 @@ deps = -r{toxinidir}/requirements/default.txt 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        -r{toxinidir}/requirements/test-ci.txt 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 commands = {toxinidir}/extra/release/removepyc.sh {toxinidir} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            pip install anyjson 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-           nosetests -vd celery.tests                          \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-               --with-xunit                                    \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                 --xunit-file="{toxinidir}/nosetests.xml" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+           nosetests -vd celery.tests --with-xunit              \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                     --xunit-file="{toxinidir}/nosetests.xml"   \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                     --cover3-html-dir={toxinidir}/cover        \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                     --cover3-xml-file={toxinidir}/coverage.xml 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 [testenv:py27] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 basepython = python2.7 
			 |