- use pytest and tox for testing - fix deprecation warnings from Sphinx and Docutils
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| name = "pypi"
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| 
 | |
| [dev-packages]
 | |
| sphinx = ">=3"
 | |
| ipcalc = ">=1.99"
 | |
| coverage = "*"
 | |
| twine = "*"
 | |
| tox = "*"
 | |
| pytest = "*"
 | |
| path = "*"
 | |
| tox-pipenv = "*"
 | |
| 
 | |
| [packages]
 | |
| jandd-sphinxext-ip = {editable = true,path = "."}
 |