 Issue 29887585:
  Issue #5352 - generate_static_pages cannot deal with directories being turned into regular pages  (Closed)
    
  
    Issue 29887585:
  Issue #5352 - generate_static_pages cannot deal with directories being turned into regular pages  (Closed) 
  | Index: tox.ini | 
| diff --git a/tox.ini b/tox.ini | 
| index 4a1a1864841cda4d423c11e3938b68f5024ba8f2..8eb1e6ee6f4faaf1e17b1e7bbc9c8b67f46111b7 100644 | 
| --- a/tox.ini | 
| +++ b/tox.ini | 
| @@ -32,6 +32,7 @@ deps = | 
| flake8-commas | 
| pep8-naming | 
| hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo | 
| + pytest-console-scripts | 
| commands = | 
| py.test --cov-report term --cov-report html --cov=cms tests |