Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Oct 16, 2014
1 parent bed79db commit 2a60591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ before_install:
install:
- sudo pip install conda
- sudo conda init
- deps='pip numpy scipy matplotlib basemap nose'
- deps='pip numpy scipy matplotlib basemap nose coverage'
- conda create -p $HOME/py --yes $deps "python=$TRAVIS_PYTHON_VERSION"
- export PATH=$HOME/py/bin:$PATH
- pip install pycurl
- pip -v install -r requirements.txt
script:
- python installer/setup.py build_ext -i
- nosetests -w tests/ -v
- nosetests -w tests/ -v --with-coverage

0 comments on commit 2a60591

Please sign in to comment.