Skip to content

Commit

Permalink
Update travis to python 3.7, add pillow + imagehash to install
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed Oct 17, 2019
1 parent 1d79329 commit 76cc0a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: python
matrix:
include:
- python: 3.6
- python: 3.7
install:
- pip install coveralls
- pip install zeroconf
- pip install requests
- pip install uuid
- pip install pillow
- pip install imagehash
script:
- coverage run --omit '/home/travis/virtualenv*' -m unittest -v
after_success: coveralls

0 comments on commit 76cc0a7

Please sign in to comment.