- use pytest and tox for testing - fix deprecation warnings from Sphinx and Docutils
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			112 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			112 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| *.egg-info/
 | |
| *.pyc
 | |
| *.pyo
 | |
| .*.swp
 | |
| .coverage
 | |
| .idea/
 | |
| .ropeproject/
 | |
| /.tox/
 | |
| __pycache__/
 | |
| _build/
 | |
| build/
 | |
| dist/
 | |
| htmlcov/
 |