summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-05-04 10:17:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-05-04 10:17:56 -0400
commita0cc20992c2930f307689fe9efe1863edcae3962 (patch)
treedec909d2ee52c0a496734180bb8dc42c7e11cc6e /.travis.yml
parente173bafbf3303a47582e48f4885137c80ea9dbf9 (diff)
downloadpython-coveragepy-a0cc20992c2930f307689fe9efe1863edcae3962.tar.gz
*This* will fix Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c44e747..4ceda05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ python:
- pypy
install:
+ - pip install -r requirements.txt
- python setup.py clean develop
before_script: