diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-04 10:17:56 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-04 10:17:56 -0400 |
commit | ce59202689fa18c3749722c5b03cac084c0735dd (patch) | |
tree | d07d5fe61df09f1ed1d16610b667d130f927a5d2 | |
parent | 700fe9cee335839de25b4c75012ca9f7ae46083e (diff) | |
download | python-coveragepy-git-ce59202689fa18c3749722c5b03cac084c0735dd.tar.gz |
*This* will fix Travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c44e747a..4ceda05a 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: |