diff --git a/.travis.yml b/.travis.yml index 6f2e86a5..4764b044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,8 @@ jobs: - conda update -q conda # Useful for debugging any issues with conda - conda info -a - ######################### - - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION + ######################### + - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION - source activate test-environment install: - conda install -c conda-forge nose numpy matplotlib bokeh pandas scipy jupyter ipython param flake8 mock filelock iris cartopy xarray geopandas numpy --quiet