2015-12-08 12:16:05 +00:00
|
|
|
sudo: false
|
2015-03-03 09:14:54 -08:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
2015-09-14 16:00:22 +01:00
|
|
|
- "3.5"
|
2015-04-07 19:12:08 -07:00
|
|
|
- "pypy"
|
2015-08-24 11:47:21 +01:00
|
|
|
# - "pypy3" # Disable pypy3 until Travis updates it to >= 3.3
|
2015-03-03 09:21:30 -08:00
|
|
|
install:
|
2015-08-24 11:48:07 +01:00
|
|
|
- pip install -vr requirements.txt
|
2015-04-07 18:16:15 -07:00
|
|
|
- make install
|
2015-03-03 09:52:47 -08:00
|
|
|
script:
|
2015-04-07 18:16:15 -07:00
|
|
|
- make check
|
2015-03-03 09:14:54 -08:00
|
|
|
notifications:
|
|
|
|
irc: "irc.freenode.org##fonts"
|
|
|
|
email: fonttools@googlegroups.com
|