1
0
mirror of https://github.com/google/fonts.git synced 2024-12-24 01:02:14 +03:00

[tools] add .travis.yaml to do CI via travis.org

This commit is contained in:
Lasse Fister 2017-03-07 01:36:31 +01:00
parent 2fe6ab1819
commit e44fd8e3c6
2 changed files with 14 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: python
python:
- '2.7'
- '3.6'
before_install:
- pip install --upgrade pip
install:
- pip install -r tools/requirements.txt
script:
- python tools/util/google_fonts.py --nam_dir=tools/encodings
- python tools/util/filter_lists.py tools/encodings/GF\ Glyph\ Sets/

3
tools/requirements.txt Normal file
View File

@ -0,0 +1,3 @@
fonttools
google-apputils
protobuf