fonttools/.travis.yml

18 lines
321 B
YAML
Raw Normal View History

sudo: false
2015-03-03 09:14:54 -08:00
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
# - "pypy3" # Disable pypy3 until Travis updates it to >= 3.3
2015-03-03 09:21:30 -08:00
install:
- pip install -vr requirements.txt
- make install
script:
- make check
2015-03-03 09:14:54 -08:00
notifications:
irc: "irc.freenode.org##fonts"
email: fonttools@googlegroups.com