summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 14:41:53 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 14:41:53 -0700
commit1833160675612a41047da983a296618ba8da92b5 (patch)
treefc2bd34d1397c86a7cb99ec10d4d5217c2514a4e /.travis.yml
parent3c640b18a51869c3ff3566c4e5f47abc335b9141 (diff)
downloadpyscss-1833160675612a41047da983a296618ba8da92b5.tar.gz
Apparently fontforge is not on pypi.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f81a1d7..baa67c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,5 @@ python:
- pypy3
install:
- pip install .
- - pip install pillow fontforge
+ - pip install pillow
script: py.test