diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-16 21:25:39 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-16 21:25:39 -0400 |
commit | 0da975d03e30166a34bff3a1110ddf2204973db6 (patch) | |
tree | f19d9b234153c9d2b09cd1a60b43cdd8a9b983ee | |
parent | d8e211e3ccfaa174d5aa86d88346052a5c802b9d (diff) | |
parent | 26ea0c53ab02e573f57fa8be67eae1977bcb0ee5 (diff) | |
download | python-coveragepy-git-0da975d03e30166a34bff3a1110ddf2204973db6.tar.gz |
Automated merge with ssh://bitbucket.org/ned/coveragepy
-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 |