We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c42522 commit 58a3726Copy full SHA for 58a3726
.travis.yml
@@ -7,9 +7,11 @@ services:
7
- docker
8
dist: trusty
9
before_install:
10
- - pip install pillow
11
-install:
+ - "pip install --upgrade setuptools"
+ - "pip install --upgrade pip"
12
+ - "pip install --upgrade pillow"
13
script:
14
+ - make test
15
before_deploy:
16
- sudo apt-get update -qy
17
- sudo apt-get install -qy python3 python3-pip
Makefile
@@ -21,3 +21,5 @@ uninstall:
21
rm -f $(BINDIR)/imgp
22
rm -f $(MANDIR)/imgp.1.gz
23
rm -rf $(DOCDIR)
24
+
25
+test: ;
0 commit comments