Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Aug 3, 2016
2 parents a37a62f + ccf4f3e commit 5489cbf
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 @@ -16,10 +16,10 @@ before_install:
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip atlas numpy scipy libnetcdf netcdf4 pandas matplotlib pytest
- pip install -r test-requirements.txt
- python -c "import oceansdb; oceansdb.utils.dbsource('WOA13', 'TEMP')"
- python -c "import oceansdb; oceansdb.utils.dbsource('ETOPO', 'DEPTH')"
- pip install codecov pytest-cov
- python setup.py install
- python -c "import oceansdb; oceansdb.utils.dbsource('WOA13', 'TEMP')"
- python -c "import oceansdb; oceansdb.utils.dbsource('ETOPO', 'DEPTH')"

script:
- py.test --cov --cov-report=term-missing -vv
Expand Down

0 comments on commit 5489cbf

Please sign in to comment.