 284871b691
			
		
	
	284871b691
	
	
	
		
			
			Use installed virtualenv to determine the list of actual dependent versions tested. Change-Id: Iff9781e97f32a318e357ae1d3305a74e2b3ba479
		
			
				
	
	
		
			12 lines
		
	
	
		
			206 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			206 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [tox]
 | |
| envlist = py26,py27
 | |
| 
 | |
| [testenv]
 | |
| setenv = VIRTUAL_ENV={envdir}
 | |
| deps = pep8
 | |
|        argparse
 | |
| commands = pep8  --show-source setup.py git-review
 | |
| 
 | |
| [testenv:sdist]
 | |
| commands = python setup.py sdist {posargs}
 |