From 822b3f630ea352b60a6d340be1d161919ff4da40 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 3 Mar 2015 09:21:30 -0800 Subject: [PATCH] [TravisCI] make install explicit --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a624d46eb..85f97618c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ python: - "3.2" - "3.3" - "3.4" +install: + - python setup.py install notifications: irc: "irc.freenode.org##fonts" email: fonttools@googlegroups.com