Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Install mock for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Feb 2, 2015
1 parent aa8c690 commit c21e3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ before_install:
- sudo apt-get install libhdf5-serial-dev netcdf-bin libnetcdf-dev
install:
- pip install .
- pip install mock
- pip install coveralls
script: coverage run --source=trollduction setup.py test
after_success: coveralls

0 comments on commit c21e3d3

Please sign in to comment.