Add CHANGELOG.rst test in tox check_rst
This commit is contained in:
		
							
								
								
									
										1
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								tox.ini
									
									
									
									
									
								
							@@ -101,6 +101,7 @@ deps=
 | 
				
			|||||||
skip_install=True
 | 
					skip_install=True
 | 
				
			||||||
commands=
 | 
					commands=
 | 
				
			||||||
    rst2html.py --strict {toxinidir}/README.rst /dev/null
 | 
					    rst2html.py --strict {toxinidir}/README.rst /dev/null
 | 
				
			||||||
 | 
					    rst2html.py --halt=warning {toxinidir}/CHANGELOG.rst /dev/null
 | 
				
			||||||
    {[post_cmd]commands}
 | 
					    {[post_cmd]commands}
 | 
				
			||||||
whitelist_externals={[post_cmd]whitelist_externals}
 | 
					whitelist_externals={[post_cmd]whitelist_externals}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user