Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 29, 2017
1 parent 2c42522 commit 58a3726
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ services:
- docker
dist: trusty
before_install:
- pip install pillow
install:
- "pip install --upgrade setuptools"
- "pip install --upgrade pip"
- "pip install --upgrade pillow"
script:
- make test
before_deploy:
- sudo apt-get update -qy
- sudo apt-get install -qy python3 python3-pip
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ uninstall:
rm -f $(BINDIR)/imgp
rm -f $(MANDIR)/imgp.1.gz
rm -rf $(DOCDIR)

test: ;

0 comments on commit 58a3726

Please sign in to comment.