Skip to content

Commit

Permalink
Merge pull request #14 from bjlittle/add-imagehash-v4-links
Browse files Browse the repository at this point in the history
Add imagehash v4 links
  • Loading branch information
pelson authored Apr 11, 2018
2 parents 53300b8 + 81f70fe commit fb3b96b
Show file tree
Hide file tree
Showing 289 changed files with 287 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ install:
- conda config --set changeps1 no
- conda config --set show_channel_urls true
- conda config --add channels conda-forge
- conda update --quiet conda
- ENV_NAME="test-environment"
- conda create --quiet -n ${ENV_NAME} python=${TRAVIS_PYTHON_VERSION}
- source activate ${ENV_NAME}

# Customise the testing environment
# ---------------------------------
- conda install --quiet --file conda-requirements.txt
- pip install imagehash

# Summerise environment
# ---------------------
Expand Down
6 changes: 1 addition & 5 deletions conda-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
pip
pillow
numpy
scipy
pywavelets
imagehash>=4.0
Loading

0 comments on commit fb3b96b

Please sign in to comment.