Skip to content

Commit

Permalink
Fix intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Mar 5, 2016
1 parent 2e50a87 commit b4e0f60
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 @@ -4,8 +4,8 @@ python:
- '3.2'
before_install:
- sudo apt-get update -qq
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then sudo apt-get install python-numpy python-matplotlib python-pythonmagick python-wand; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install python3-matplotlib python3-numpy python-wand; fi
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then sudo apt-get install python-numpy python-matplotlib python-pythonmagick python-wand; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install python3-matplotlib python3-numpy python-wand; fi
virtualenv:
system_site_packages: true
install:
Expand Down

0 comments on commit b4e0f60

Please sign in to comment.