diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-16 15:09:12 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-16 15:09:12 -0400 |
commit | 26ea0c53ab02e573f57fa8be67eae1977bcb0ee5 (patch) | |
tree | 76286fd5e6899875bdacfdc6857b3bec5bdb45d9 | |
parent | 5ab6e055652510139a52219f58e5c6f3d22c272e (diff) | |
download | python-coveragepy-git-26ea0c53ab02e573f57fa8be67eae1977bcb0ee5.tar.gz |
Whee! Debugging travis...
-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 |