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:
parent
2fe6ab1819
commit
e44fd8e3c6
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
3
tools/requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
fonttools
|
||||
google-apputils
|
||||
protobuf
|
Loading…
Reference in New Issue
Block a user