Skip to content

Commit 2a60591

Browse files
committed
Update .travis.yml
1 parent bed79db commit 2a60591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ before_install:
1515
install:
1616
- sudo pip install conda
1717
- sudo conda init
18-
- deps='pip numpy scipy matplotlib basemap nose'
18+
- deps='pip numpy scipy matplotlib basemap nose coverage'
1919
- conda create -p $HOME/py --yes $deps "python=$TRAVIS_PYTHON_VERSION"
2020
- export PATH=$HOME/py/bin:$PATH
2121
- pip install pycurl
2222
- pip -v install -r requirements.txt
2323
script:
2424
- python installer/setup.py build_ext -i
25-
- nosetests -w tests/ -v
25+
- nosetests -w tests/ -v --with-coverage

0 commit comments

Comments
 (0)