We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed79db commit 2a60591Copy full SHA for 2a60591
.travis.yml
@@ -15,11 +15,11 @@ before_install:
15
install:
16
- sudo pip install conda
17
- sudo conda init
18
- - deps='pip numpy scipy matplotlib basemap nose'
+ - deps='pip numpy scipy matplotlib basemap nose coverage'
19
- conda create -p $HOME/py --yes $deps "python=$TRAVIS_PYTHON_VERSION"
20
- export PATH=$HOME/py/bin:$PATH
21
- pip install pycurl
22
- pip -v install -r requirements.txt
23
script:
24
- python installer/setup.py build_ext -i
25
- - nosetests -w tests/ -v
+ - nosetests -w tests/ -v --with-coverage
0 commit comments