Merge "Work around pypy testing issue"
This commit is contained in:
		
							
								
								
									
										5
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								tox.ini
									
									
									
									
									
								
							@@ -14,6 +14,11 @@ deps = -r{toxinidir}/requirements.txt
 | 
				
			|||||||
       -r{toxinidir}/test-requirements.txt
 | 
					       -r{toxinidir}/test-requirements.txt
 | 
				
			||||||
commands = python setup.py testr --testr-args='{posargs}'
 | 
					commands = python setup.py testr --testr-args='{posargs}'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[testenv:pypy]
 | 
				
			||||||
 | 
					deps = setuptools<3.2
 | 
				
			||||||
 | 
					       -r{toxinidir}/requirements.txt
 | 
				
			||||||
 | 
					       -r{toxinidir}/test-requirements.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv:pep8]
 | 
					[testenv:pep8]
 | 
				
			||||||
commands = flake8
 | 
					commands = flake8
 | 
				
			||||||
distribute = false
 | 
					distribute = false
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user