diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6527f613..232d9430 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,9 @@ install: - python setup.py clean develop before_script: - - python -m coverage debug sys + - pwd + - ls -l + - coverage debug sys script: - python igor.py zip_mods install_egg |