Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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