diff options
| author | Tom Christie | 2012-09-07 13:35:57 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-07 13:35:57 +0100 |
| commit | 82056d89158a0e1a965af247da7380676bc19240 (patch) | |
| tree | 0dd53d8f82151dcc174a89acbd25b92a664e08b8 /.travis.yml | |
| parent | 07323d4cd639643d170a47fa6deaab7382f9568a (diff) | |
| download | django-rest-framework-82056d89158a0e1a965af247da7380676bc19240.tar.bz2 | |
Add coverage to travis config
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 95de9493..a899701d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - pip install $DJANGO - pip install -e . --use-mirrors - pip install -r requirements.txt + - pip install coverage==3.5.1 --use-mirrors script: - python setup.py test |
