 Issue 29350236:
  Issue 4373 - Made jshydra compatible with Python 3  (Closed)
    
  
    Issue 29350236:
  Issue 4373 - Made jshydra compatible with Python 3  (Closed) 
  | Index: tox.ini | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/tox.ini | 
| @@ -0,0 +1,13 @@ | 
| +[tox] | 
| +envlist = py27,py35 | 
| +skipsdist = true | 
| + | 
| +[testenv] | 
| +whitelist_externals = sh | 
| +commands = | 
| + # In order to make sure that the code downloading jsshell gets | 
| + # tested call "tox nocache". Consider calling "tox" (without arguments) | 
| + # afterwards to test the other scenario as well. | 
| + sh -c '[ "{posargs}" = "nocache" ] && rm -rf mozilla* || true' | 
| + | 
| + python autotest.py |