mirror of https://github.com/docker/docker-py.git
				
				
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			336 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			336 B
		
	
	
	
		
			INI
		
	
	
	
[tox]
 | 
						|
envlist = py27, py35, py36, py37, flake8
 | 
						|
skipsdist=True
 | 
						|
 | 
						|
[testenv]
 | 
						|
usedevelop=True
 | 
						|
commands =
 | 
						|
    py.test -v --cov=docker {posargs:tests/unit}
 | 
						|
deps =
 | 
						|
    -r{toxinidir}/test-requirements.txt
 | 
						|
    -r{toxinidir}/requirements.txt
 | 
						|
 | 
						|
[testenv:flake8]
 | 
						|
commands = flake8 docker tests setup.py
 | 
						|
deps =
 | 
						|
    -r{toxinidir}/test-requirements.txt
 |