Skip to content

Commit

Permalink
Install importlib for travis tests on python 2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
mraspaud committed Dec 14, 2015
1 parent dad869e commit a91f6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,7 @@ matrix:
install:
- pip install .
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install unittest2; fi
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install importlib; fi
- pip install h5py
- pip install coveralls
- pip install pyorbital
Expand Down

0 comments on commit a91f6a9

Please sign in to comment.