Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Jan 11, 2018
1 parent 1ca05b6 commit 0647583
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 @@ -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
Expand Down

0 comments on commit 0647583

Please sign in to comment.