summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 14:36:44 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 14:36:44 -0700
commit3c640b18a51869c3ff3566c4e5f47abc335b9141 (patch)
treea221c894dd908da49a7b1fe82c157fd38035b3fd /.travis.yml
parentcf388579d73f12993eb4a50a7bf11c373eff6c87 (diff)
downloadpyscss-3c640b18a51869c3ff3566c4e5f47abc335b9141.tar.gz
Tell Travis to install PIL and fontforge.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fc42050..f81a1d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,5 +7,7 @@ python:
- "3.4"
- pypy
- pypy3
-install: pip install .
+install:
+ - pip install .
+ - pip install pillow fontforge
script: py.test