summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-30 11:51:59 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-30 11:51:59 -0400
commit724e0a2b138a095233d7f8e337f5c0b467447536 (patch)
tree2c735f42da2c130580a6c515a5dbe0d0c4814de2 /.travis.yml
parent2b81200906015ed7245bfa9867c013ec087c06ca (diff)
downloadpython-coveragepy-724e0a2b138a095233d7f8e337f5c0b467447536.tar.gz
Have to install coverage I guess...
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3b8c708..36bf5d7 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