diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 11:51:59 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 11:51:59 -0400 |
commit | f54b6f19a61c6e9bbfc5b05718c7e0805a872f77 (patch) | |
tree | a35afb2228e53edb931688e438ab5e23c8ef50ed | |
parent | 7bd3511d03f5c00c9d512ee5d2a71f485b238f5f (diff) | |
download | python-coveragepy-git-f54b6f19a61c6e9bbfc5b05718c7e0805a872f77.tar.gz |
Have to install coverage I guess...
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b8c708d..36bf5d77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,8 @@ python: - pypy install: - - pip install tox==2.1.1 + - pip install tox==2.1.1 + - python setup.py clean develop before_script: - coverage debug sys |