| 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 |