[TravisCI] Fix build (hopefully); run tests

This commit is contained in:
Behdad Esfahbod 2015-03-03 09:52:47 -08:00
parent 822b3f630e
commit b8fdab95f6

View File

@ -5,8 +5,13 @@ python:
- "3.2" - "3.2"
- "3.3" - "3.3"
- "3.4" - "3.4"
env:
global:
- PYTHONPATH=Lib
install: install:
- python setup.py install - python setup.py install
script:
- git grep -l doctest | xargs -n1 python
notifications: notifications:
irc: "irc.freenode.org##fonts" irc: "irc.freenode.org##fonts"
email: fonttools@googlegroups.com email: fonttools@googlegroups.com