mirror of
https://github.com/google/fonts.git
synced 2024-11-24 09:43:46 +03:00
12 lines
281 B
YAML
12 lines
281 B
YAML
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/
|