From 064758386f2c26379e8b29729b98600bb090c8a1 Mon Sep 17 00:00:00 2001 From: "C. E. Ball" Date: Thu, 11 Jan 2018 14:23:19 +0000 Subject: [PATCH] Fix whitespace. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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