Skip to content

Commit

Permalink
Fix: update CI install scripts to be able to use fuzzywuzzy
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Beamonte <[email protected]>
  • Loading branch information
xaf committed May 3, 2016
1 parent 7ffa5ee commit 5b686b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ os:

install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install --use-mirrors unittest2; fi
- pip install fuzzywuzzy

script: nosetests -vv -w tests/
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install:
# Install dependencies
- "pip install nose"
- if [%PYTHON%]==[2.6] pip install unittest2
- "pip install fuzzywuzzy"

build: false

Expand Down

0 comments on commit 5b686b1

Please sign in to comment.