fonttools/.travis.yml

15 lines
208 B
YAML
Raw Normal View History

2015-03-03 09:14:54 -08:00
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
2015-03-03 09:21:30 -08:00
install:
- make install
script:
- make check
2015-03-03 09:14:54 -08:00
notifications:
irc: "irc.freenode.org##fonts"
email: fonttools@googlegroups.com