mirror of
				https://github.com/peeringdb/peeringdb.git
				synced 2024-05-11 05:55:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			260 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			260 B
		
	
	
	
		
			INI
		
	
	
	
	
	
 | 
						|
[tox]
 | 
						|
skipsdist = True
 | 
						|
envlist =
 | 
						|
    py27
 | 
						|
 | 
						|
[testenv]
 | 
						|
setenv =
 | 
						|
    PYTHONDONTWRITEBYTECODE=1
 | 
						|
    PYTHONWARNINGS=once
 | 
						|
 | 
						|
deps =
 | 
						|
    -rrequirements.txt
 | 
						|
    -rrequirements-test.txt
 | 
						|
 | 
						|
commands =
 | 
						|
    pytest -rvx --cov-report term-missing --cov=peeringdb_server tests/
 |