diff options
author | Torsten Marek <shlomme@gmail.com> | 2014-11-09 00:17:25 +0100 |
---|---|---|
committer | Torsten Marek <shlomme@gmail.com> | 2014-11-09 00:17:25 +0100 |
commit | 0cfa2ee15094154c323db8d28fb25fde6c2363ef (patch) | |
tree | 1b249ddd2ee275654a1a88856647bfa1f61bd569 /tox.ini | |
parent | 17affb749d99dce10801ed0b0541c3561105c0bd (diff) | |
download | astroid-git-0cfa2ee15094154c323db8d28fb25fde6c2363ef.tar.gz |
More debugging
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ deps = changedir = {envsitepackagesdir}/astroid/tests
commands =
/bin/pwd
+ /bin/ls -l ..
/bin/ls -l
python -Wi -m unittest discover -v -p "unittest*.py"
|