Skip to content

Commit

Permalink
Merge pull request #91 from ioam/upgrade_travis
Browse files Browse the repository at this point in the history
Upgraded travis to python 3.6
  • Loading branch information
philippjfr authored Sep 29, 2017
2 parents 7814bd9 + 5d1197c commit 022a5d2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false

python:
- "2.7"
- "3.4"
- "3.6"

install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
Expand All @@ -19,11 +19,8 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION nose numpy matplotlib bokeh pandas scipy jupyter ipython param freetype=2.5.2 flake8 mock filelock
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION nose numpy matplotlib bokeh pandas scipy jupyter ipython param flake8 mock filelock
- source activate test-environment
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then
conda install python=3.4.3;
fi
- pip install coveralls
- pip install git+https://github.com/ioam/holoviews.git
- conda install -c conda-forge iris cartopy xarray
Expand Down

0 comments on commit 022a5d2

Please sign in to comment.