Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 [tox] | |
2 envlist = py27,py35 | |
3 skipsdist = true | |
4 | |
5 [testenv] | |
6 whitelist_externals = sh | |
7 commands = | |
8 # In order to make sure that the code downloading jsshell gets | |
9 # tested call "tox nocache". Consider calling "tox" (without arguments) | |
10 # afterwards to test the other scenario as well. | |
11 sh -c '[ "{posargs}" = "nocache" ] && rm -rf mozilla* || true' | |
12 | |
13 python autotest.py | |
OLD | NEW |